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.31k stars 447 forks source link

Unicode Error #74

Closed dwfz closed 9 years ago

dwfz commented 9 years ago

image

Sorry if this is a dumb question, but how do I fix this error?

rhiever commented 9 years ago

I see you closed the issue; did you fix it?

rhiever commented 9 years ago

If you didn't fix it, please copy and paste your config.txt here. Make sure to remove your API keys.

dwfz commented 9 years ago

OAUTH_TOKEN: AUTH_SECRET: CONSUMER_KEY: CONSUMER_SECRET: TWITTER_HANDLE: ALREADY_FOLLOWED_FILE:already-followed.txt FOLLOWERS_FILE:followers.txt FOLLOWS_FILE:following.txt USERS_KEEP_FOLLOWING: USERS_KEEP_UNMUTED: USERS_KEEP_MUTED: FOLLOW_BACKOFF_MIN_SECONDS:10 FOLLOW_BACKOFF_MAX_SECONDS:60

rhiever commented 9 years ago

There's something weird with your API keys then. Email me the config.txt please: rso@randalolson.com

dwfz commented 9 years ago

fixed it, had to make the the string raw and had a problem with the naming of the file. Thanks for the quick responses dude