TweetPony icon indicating copy to clipboard operation
TweetPony copied to clipboard

A Twitter library for Python

Results 4 TweetPony issues
Sort by recently updated
recently updated
newest added

There was a change in the DMs: https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration Currently, they are not working.

`Traceback (most recent call last): File "tweeter.py", line 43, in api = tweetpony.API(consumer_key="thingies", consumer_secret="thingies", access_token="thingies", access_token_secret="thingies") File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tweetpony/api.py", line 70, in __init__ self.user = self.verify_credentials() if self.load_user and self.access_token and...

I get this error `Traceback (most recent call last): File "C:\Users\Nahuel\Desktop\TestTweet\TweetPony\Test - copia.py", line 22, in main() File "C:\Users\Nahuel\Desktop\TestTweet\TweetPony\Test - copia.py", line 17, in main api.user_stream(processor = processor) File "C:\Python27\lib\site-packages\tweetpony\api.py",...