Skip to content

Commit

Permalink
Merge pull request #47 from swaaz/bug
Browse files Browse the repository at this point in the history
Bug
  • Loading branch information
swaaz committed Mar 6, 2021
2 parents c40d380 + 6640e3b commit de10b9c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center"> InstaBot</h1>
<h2 align="center"> Bot built for Instagram using Python and Selenium. </h2>
<h3 align="center">
This is an Instagram bot that can automate and perform some tasks; makes your task easier. The Bot can show the list of un-followers from you Instagram or it can show your fans and also it can cancel all the pending follow requests which you have already sent before or it can also unfollow those who don't follow you back.
This is an Instagram bot that can automate and perform some tasks; makes your task easier. The Bot can show the list of un-followers from you Instagram or it can show your fans and also it can cancel all the pending follow requests which you have already sent before or it can aslo unfollow those who don't follow you back.
</h3>
<div align="center">
<img src="./src/bot.gif" width="300x" height="400px">
Expand Down Expand Up @@ -143,6 +143,13 @@ C:\Users\sharan\Downloads\temp\InstaBot\webdrivers\chrome_webdriver\chromedriver
│ │
```

### Install all the packages
```
$ pip install -r requirements.txt
or
$ pip install -r requirements.txt
```
### Add username and password
Edit the ```./secrets.py``` file and add your username and password
```
Expand All @@ -166,6 +173,5 @@ $ python3 program.py
- [Setup selenium and webdriver for Linux](https://www.youtube.com/watch?v=CriSHYMtg9M)
- [Setup selenium and webdriver for Windows](https://youtu.be/FFDDN1C1MEQ)

### Contributers
- [Swaaz](https://github.com/swaaz/)
- [JBLew](https://github.com/autumnlewjb)
### Watch prototype
[![Add firefox webdriver path](https://www.swaaz.me/assets/img/project/Instabot-1200695.jpg)](https://www.youtube.com/watch?v=tlb7oM2408M"InstaBot")

0 comments on commit de10b9c

Please sign in to comment.