-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working #2
base: master
Are you sure you want to change the base?
Not working #2
Conversation
Change more_than_likes to media_max_like, add media_min_like. In line 202-203 add example, how to use comment and follow: comment = self.comment(self.media_by_tag[i]['id'], 'Cool!') follow = self.follow(self.media_by_tag[i]["owner"]["id"])
It is under development, but it work and you can use it. Watch example in the end of userinfo.py (just uncomment and run).
change like_in_day to like_per_day for consistency
Update instabot.py - comment/instructsions consistency
Add new function new_auto_mod() - now bot can like, follow, infollow and write comments! Test it about week with 1000 likes, 150 follow, 150 unfollow and 50 comments at day - all work great! For newbie add example.py with all they need to start. Will write all changes in readme from few days.
Write some usefull infomation to README, add signal to InstaBot to catch `kill` from console, add donate button.
Spelling mistakes taken care of, thx for @nivong
Fixed few spelling mistakes, THX to @zhukandrey!
Spelling errors, bug fixes and unfollow timer
Syntax errors
based on userinfo.py allows you to unsubscribe from unwanted subscriptions
Help you to unfollow user, than you follow and they don't follow back.
feed scanner, follow protocol, post_page, user_feed, username_checker
fixes bugs on mode=1
* Dynamic User Agent * userinfo fakeUserAgent update * Requirements update * Store Fake UserAgent * empty lines removed
…changes The project was modified according to the best practices of using github.
…nd more changes" This reverts commit e901a2e.
…ontrol and more changes"" This reverts commit 5f21247.
fixing bugs
instead of 8181, use 8081
Fixing port of validation
Instagram stoped to use schema to get user data, here i'm forcing and taking the html script
# Conflicts: # Instaboost/src/boostversion.py
Fixing unfollow schema
Instaboost working Fixed EXE file
fixed version problems
No response ? |
hi , I am also getting same error could you please help Traceback (most recent call last): |
Where do you add your username and password? |
Upgrade to the latest instagram version within instabot. Unfortunately still not working. |
Traceback (most recent call last):
File "instaboost.py", line 74, in run
self.bot = InstaBot(
File "C:\Users\mudra\Music\instaboost-master\Instaboost\src\instabot.py", line 242, in init
self.login()
File "C:\Users\mudra\Music\instaboost-master\Instaboost\src\instabot.py", line 309, in login
self.s.headers.update({'X-CSRFToken': login.cookies['csrftoken']})
File "C:\Users\mudra\AppData\Local\Programs\Python\Python38-32\lib\site-packages\requests\cookies.py", line 328, in getitem
return self._find_no_duplicates(name)
File "C:\Users\mudra\AppData\Local\Programs\Python\Python38-32\lib\site-packages\requests\cookies.py", line 399, in _find_no_duplicates
raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path))
KeyError: "name='csrftoken', domain=None, path=None"