powderblock / DealWithItReddit

Reddit bot. Computer vision for facial detection and transformation. Python, PRAW, & OpenCV.
http://www.reddit.com/user/DealWithItbot/
MIT License
33 stars 3 forks source link

Split twitter code into separate client #43

Open porglezomp opened 9 years ago

porglezomp commented 9 years ago

This will allow cleaning up the code and lends itself more to expanding twitter bot.

powderblock commented 9 years ago

Do you want this to parse feeds of /u/DealWithItbot? Or should it use PRAW to directly talk to reddit?

We can discuss this at length.

porglezomp commented 9 years ago

I think the reddit related messages should use local communication (i.e., they have to be running in the same place to share messages.)