Skip to content

halim4989/igbotFix

 
 

Repository files navigation

igbotFix

  • The Original instabot code is no longer maintaned.
  • Here Is some fixs I made to run this in my python-3.7.9
  • This file keeps track of the changes I made to the original files.



1. Total commented on 0 medias.

NO comments

I only figured out check_media() is always returning False so I commented it out from bot_comment.py.

¯\_(ツ)_/¯

NO comments fix

2. After Filtration 0 Media Left

couldn't fetch medias from feed,

added filtration=True option to make it false
no media1


3. UnicodeDecodeError: 'charmap' codec can't decode

UnicodeDecodeError

added encoding="utf8" to File open functions..

encoding

  • in these files
    • utils.py
    • bot_stats.py
    • api.py
    • api_login.py
    • api_photo.py x
    • api_story.py x
    • api_video.py x
    • bot_checkpoint.py x
    • prepare.py

Didn't change those opend in binary mode marked as x

still showing some errors though ¯\\\_(ツ)\_/¯



Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%