rhiever / reddit-twitter-bot

Looks up posts from reddit and automatically posts them on Twitter.
GNU General Public License v3.0
136 stars 38 forks source link

Various issues #17

Open Catydoll409 opened 6 years ago

Catydoll409 commented 6 years ago

I have zero coding knowledge and I have no idea what any of these words mean. Can someone help? I just want to make a bot that mirrors posts on /r/FireEmblemHeroes : s

File "C:\Users\Catydoll409\Desktop\one_more_time.py", line 189, in <module> main() File "C:\Users\Catydoll409\Desktop\one_more_time.py", line 182, in main tweeter(post_dict, post_ids) File "C:\Users\Catydoll409\Desktop\one_more_time.py", line 160, in tweeter api.update_status(status=post_text) File "C:\Program Files (x86)\Python36-32\lib\site-packages\tweepy\api.py", line 194, in update_status )(post_data=post_data, *args, **kwargs) File "C:\Program Files (x86)\Python36-32\lib\site-packages\tweepy\binder.py", line 245, in _call return method.execute() File "C:\Program Files (x86)\Python36-32\lib\site-packages\tweepy\binder.py", line 229, in execute raise TweepError(error_msg, resp, api_code=api_error_code) tweepy.error.TweepError: [{'code': 32, 'message': 'Could not authenticate you.'}]

also if I run this with any version of praw other than 3.6.0 I get the "praw.ini configuration does not exist" error, so...

ghost commented 6 years ago

Clearly, you have some issues with the Authentication!