rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.3k stars 448 forks source link

Hello help me this problem not starting tweet bot #153

Closed Killed596 closed 3 years ago

Killed596 commented 3 years ago

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/twitter/api.py", line 315, in _handle_response handle = urllib_request.urlopen(req, *kwargs) File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(args) File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/root/TwitterFollowBot/tweet.py", line 8, in my_bot.sync_follows() File "/usr/local/lib/python3.9/dist-packages/TwitterFollowBot/init.py", line 148, in sync_follows followers_status = self.TWITTER_CONNECTION.followers.ids(screen_name=self.BOT_CONFIG["TWITTER_HANDLE"]) File "/usr/local/lib/python3.9/dist-packages/twitter/api.py", line 308, in call return self._handle_response(req, uri, arg_data, _timeout) File "/usr/local/lib/python3.9/dist-packages/twitter/api.py", line 341, in _handle_response