项目作者: sohamsshah
项目描述 :
A smart Instagram Bot.
高级语言: Python
项目地址: git://github.com/sohamsshah/__instaFlayer__.git
instaFlayer
A smart Instagram-Bot made in Python.
Introduction to InstaFlayer
InstaFlayer is a fully-featured Instagram Bot which can perform various Instagram operations automatically. It is presently
made in two variants in order for better understanding to the users. The first variant is made upon the instabot library,
while the latter is completely developed using Selenium web-scrapping tool.
Features of instaFlayerv1
- Can fetch random meme from Reddit
- Can fetch random image from Unsplash
- Can post random image from Reddit or Unsplash automatically
- Can post random caption on the posted image scrapped from SaganIpsum
- Resets Cache and counter in order to prevent errors while posting.
Features of instaFlayerv2
- Can comment on user’s photos (random comments as hardcoded)
- Can like user’s photos
- Can like and comment based on hashtags
- Get any user’s followers and perform likes/comments/follow accordingly on them
- Can follow users
Note:
- One of the most common error that persists for posting multiple images one after
the other, it shows
“ERROR - Photo Upload failed with the following response: instagram bot“
This error can be solved by resetting cache and counter file content saved when using it. Refer the code for more. - Instagram is strict about the automatically operated bots and has declared illegal. So while testing and running the code
on the profile, don’t perform too many actions otherwise there are chances of the profile to be blocked. Use this only for learning purpose.
How To
- Fulfill requirements in requirements.txt(i.e. pip install -r requirements.txt).
- Choose the variant of instaFlayer according to your application
- Replace username and password with your credentials and run the script
- To automate this app completely,schedule this script on Windows Task Scheduler, PythonAnywhere etc. platforms.
Credits
Contributors 💻 :
Libraries Used
- pillow
- selenium
- instabot
- urllib