twitterbot
twitterbot copied to clipboard
A Python framework for creating interactive Twitter bots
I'm building a bot and kind of want to develop a feature that allows the bot to sync its avatar to a certain data source(say sync with another Twitter user)....
Hello, Your product is very interestings, but i cant run it unfortunately.. I installed like in instruction and put working credentials... in config file Could you help me with these...
Adds send_direct_message and on_direct_message methods and the plumbing to back them up.
- Wasn't checking the actual time interval - Wasn't storing the timestamp of the last check in the right place
Hi, I'm using the example in echobot, and I just changed the essential four login keys. But I got an error in the log like this: > ERROR: Can't retrieve...
Changed basic api call syntax to be Twythonic Coverted errors to Twython errors Converted tweets from dicts to AttrDicts (with special lambda magic!)