Skip to content

Python Instagram Bot that sends messages. Ability to send messages using a proxy server to avoid a ban.

Notifications You must be signed in to change notification settings

dimapihtar/Instagram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Instagram-Bot

Python Instagram Bot that sends messages. Ability to send messages using a proxy server to avoid a ban.

Overview

This project has a few functions:

  • Proxy connection
  • Instagram authorization
  • Send messages
  • Save info about sent messages in .csv format

Needed tools to run script:

  • Proxy server
  • Created Instagram account
  • Google Chrome
  • Chromedriver in respect to your Chrome version. Download it and put in project's folder.
  • Python Libraries:
    • Selenium (pip insatll selenium)
    • Pandas (pip install pandas)

Usage

Just run the main script (python main.py) with your proxy-server settings and Instagram login data. Change message text and usernames list you want to send message. Pay attention on keeping sleep time after some actions in Instagram. It avoids you to be recognized as bot.

About

Python Instagram Bot that sends messages. Ability to send messages using a proxy server to avoid a ban.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages