rafaelferreirapt / instagram-bot

Instagram bot to like and subscribe users that posted some media associated to any tag
MIT License
62 stars 15 forks source link
bot instagram-bot python

The ability to POST and DELETE likes, follows and comments is restricted to applications that offer business services and not consumer facing apps. https://help.instagram.com/contact/185819881608116

OTHER INSTA BOT WITHOUT API https://github.com/LevPasha/instabot.py

Instagram Python Bot

This Instagram Python script let you launch one bot to like and follow people that post media with specific "tags". You have, for now, 3 different bots:


Configuration


Installation

Use a Raspberry PI!

  1. Clone this repository

  2. Install the requirements $ (sudo) pip install -r requirements.txt

  3. Configure the bot's

  4. Launch the screen:

    // Bash:
    
    screen -S SCREEN_NAME -d -m -L python ~/PATH_TO_BOT/bot.py
  5. Crontab for day_bot.py:

    // Bash:
    
    $ crontab -e
    
    00 5 * * * cd ~/PATH_TO_DAY_BOT/ && python day_bot.py

More information: http://www.rafaelferreira.pt/instagram-python-bot/