kurozael / twitter-contest-bot

Will poll for Retweet Contests and retweet them. Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/
236 stars 107 forks source link

Refactor the code and separate out into more readable classes #27

Closed kurozael closed 5 years ago

kurozael commented 6 years ago

I wrote this bot almost 3 years ago and since then I haven't had much time to maintain it. So many people have forked the repository and created some really great variations of it now, including complete refactors and some even complete rewrites from the ground up. These forks really do a great job of showing the interest for this bot.

I'd like to clean up the core code of this original and make it more readable to newbies as well as for experienced developers looking to modify it for their own use.

With a million other things going on, I'm looking for help in splitting out main.py into classes that make sense and generally improving the code base.

Any help welcome!