Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Post Liking Bot

You can:

  • like the tagged feed of target account
  • register multiple accounts to like
  • determine the start and end time of the bot

Run

> python web_io.py

Input

NOTE: The program also works without a proxy. Therefore, the use of a proxy is not recommended.

  • If you have a list of accounts, you do not need to fill in the first two fields; but if you don't have, first two fields are required!
  • Accounts file format:
    • username1(space)password1
    • username2(space)password2
    • ...
  • Proxies file format: (for example)
    • http://127.0.0.1:5050
    • https://127.0.0.1:8080
    • ...
  • Setting the liking time is mandatory
  • API delay is optional; the suggested time for this is between 5 and 7 seconds

Important

Common problems and their solutions

1st issue: instagram_private_api.errors.ClientCheckpointRequiredError: checkpoint_challenge_required

  • Solution 1: Go to the application or website and click the "This is me" button. Further authorization is successful.
  • Solution 2: Your access attempt has been flagged. Login manually to pass the required challenge.

2nd issue: urllib.error.HTTPError: HTTP Error 400: Bad Request

  • Solution: If there is another error after that, read the next error.

3rd issue: warnings.warn('Proxy support is alpha.', UserWarning)

  • Solution: Ignore errors like this!

Note: [Do not forget to run the program with a smile :)]

About

An Instagram bot to like the tagged posts of the user account with the ability to schedule

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages