You are on page 1of 8

INSTAGRAM

AUTOMATION/BOT
I. INTRODUCTION

• Everyone is using instagram nowadays. But we might have


gotten tired of liking, following, and commenting every now
and then. So why not automate this process. By using the
Instagram automation tool we can save a lot of time and also
be more helpful for business pages as it grows your audience,
increases your reach, and generates more ideas. In other
words automation allows you to prepare ahead of time.
Automating your instagram posts is all about being able to
formulate a strategy in advance. Instagram automation means
scheduling posts,liking , commenting,reporting and more.
II. LITERATURE SURVEY

• We have studied the automation tools of social media apps.For LinkedIn there are so many
automation tools we have studied. They are expandi, texau, zopto, we connect, line
developer, growth lead. These automation tools will help users to automate their usage of
LinkedIn like collect data from the profiles,automatically sends the messages automatically
like and comment on the posts. So that people save their time by using these
automationtool.They also expand their networks.For facebook also there are some
automation tools . They are eclincher buffer, social pilot, sprout social, coschedule, buzz sumo
and etc. These all are helpful to automate the process in facebook. Like liking ,commenting,
finding high performing content ,and staying updated every day. There are so many
automation tools for linkedin facebook so we have prefered instagram. Instagram automation
tool is also very useful for us. It automatically likes our posts and saves us time. Also to
increase our network, and marketing purposes etc.Existing system.The existing system of
instagram automation tool is functionality of instagram bot to like, comment, and follow
profiles with particular hashtags on their posts. It also creates customized posts for different
social media accounts.Drawback: It can't send a message to many people.
III. PROPOSED SYSTEM

In this project,we will see how to send a single message


to any number of people. We just have to provide a list
of users. We will use selenium for this task.We will
automate messages using python. Advantages: ● It
saves time. ● It sends a single message to any number
of people.
IV.SYSTEM ARCHITECTURE

• 1) Login to your Instagram profile to begin. 2) Redirecting to several


URL endpoints like Explore page or tag pages. 3) Redirecting to target
interest pages or our own profile page. 4) Traversing the images and
storing metadata along the way. 5) Using the metadata to fetch images,
and use text data scraped for other sentiment analysis projects
• Selenium: It is an open-source tool that automates web browsers.And
it provides a single.interface.let us write test scripts in programming
languages like c,python,java etc.We prefer python for this
project.webdriver-manager: It provides a way to automatically manage
drivers for different browsers. To install this module run this command
into your terminal.
Modules with description:

• ● Login module: We need to automate the login process,


which includes entering username, password and clicking the
login button. ● Explore module: We need a starting point to
begin scraping, there are many choices for this, for example
explore page. ● Message module: Now when we are at the
explore page, we will try to go through the posts one by one
and then send a single message to any number of
people,liking the post,commenting etc.. To achieve these we
will use selenium webdriver tools to perform browser
interactions such as clicking, scrolling, and typing, etc
VI.IMPLEMENTATION:

• In this implementation it includes the following steps: 1) Start 2)


Importing modules and entering the login information along with the
URL of the page. 3) Function to enter the path. 4) Function to enter
the URL of the page 5) Function to enter your login information 6)
Function to open the first picture 7) Function to like a picture. 8)
Function to click on the Next button . 9) Function which continues
liking pictures till it is not able to find the next button . 10) Calling the
functions. 11) End
VII.RESULTS:

• We have imported all the libraries which are needed for this project.
We have created that to take a username from the list, search for it
and message that person. This process is in the loop to take
username.we have successfully created the feature to send a single
msg to any number of people by using selenium webdriver. We send a
single message to any number of people successfully.

You might also like