Skip to content

A simple Instagram bot for daily use, to like, follow, unfollow and automate your Instagram actions. Ready to use!

License

Notifications You must be signed in to change notification settings

Znach-Co/Simple-Instagram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Instagram-bot

A simple Instagram bot for daily use, to like, follow, unfollow and automate your Instagram actions. Ready to use!

Feel free to maintain and help good tools grow. 👇

Buy Me A Coffee

How to use:

To run bot:

  • open cmd
  • cd path_to_unzip_folder/SimpleBot
  • python main.py

For pro users:

  • update config.json
  • python main.py

Config.json

Example:

    {"credentials": {
        "user": "username",
        "password": "password"
      },
    "limitsPerHour":{ 
        "follow": 20, 
        "unfollow": 20, 
        "like": 40, 
        "unlike": 0 
      }, 
      "hashtags": ["insta","happy", "fun", "instagram", "likeforlike"], 
      "process": "Like-and-follow", /* "Like-and-follow" or "Like"*/ <- This parameter varies 
      "duration": { 
        "type": "by_time", /* "by_time" or "by_users" */ <- This parameter varies
        "value": "2"  /* "X" hrs or "X" users */ <- This parameter varies 
      } ,
    "whiteList": ["freddy", "@freddy_johnson"] /*array of user names which won't be unfollowed (with @ or without)*/
    }
    
    Explanation:
    If "process":"Like-and-follow", "duration": "by_users" or "by_time"
                                    "value": "X" users or "X" hrs
                                  
    If "process":"Like", "duration": "by_likes" or "by_time"
                                     "value": "X" likes or "X" hrs                                

About

A simple Instagram bot for daily use, to like, follow, unfollow and automate your Instagram actions. Ready to use!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages