Skip to content

A bot made using python, selenium and django to get the list of people whom you follow but they haven't followed you back.

License

Notifications You must be signed in to change notification settings

Rohan-cod/Insta_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Bot

A bot made using python to get the list of people whom you follow but they haven't followed you back.😉

Requirements

  • Python 3.7
  • Django 2.2.8
  • selenium
  • gunicorn
  • ChromeDriver

Setting up the Project

  • Download and install Python 3.7
  • Download and install Git.
  • Fork the Repository.
  • Clone the repository to your local machine $ git clone https://github.com/<your-github-username>/Insta_bot.git
  • Change directory to Insta_bot $ cd Insta_bot
  • Install pipenv $ pip3 install pipenv
  • Create a virtual environment and install all requirements from Pipfile $ pipenv install
  • Activate the env: $ pipenv shell
  • Make migrations $ python manage.py makemigrations
  • Migrate the changes to the database $ python manage.py migrate
  • Create superuser $ python manage.py createsuperuser
  • Run the server $ python manage.py runserver

Contributing

Feel free to raise a issue or make a pull request to fix a bug or add a new feature. If you are new to open source you can first read about git by clicking here.

Communtiy Slack Channel

To get started, the first step is to meet the community. We use slack to communicate, and there the helpful community will guide you. Slack is an instant messaging service used by developers and users of GitHub. It uses chatrooms, where developers can join in and can talk about a particular topic. Click here to join our Slack Workspace.

About

A bot made using python, selenium and django to get the list of people whom you follow but they haven't followed you back.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published