Florian Badie
Florian Badie
For error handling `try: ... except:` would most likely be fine for most use cases. `PeonyException` is the parent class of all the errors that Peony will raise. One thing...
Hello there! To do that you have to take a look at Twitter's API documentation. Peony was designed to be able to use any endpoint without needing to create specific...
I'm not using this library as much as I did before, I would assume that the 6 seconds are just latency introduced by Twitter somehow. Internally it's reading the responses...
I only remember reading about that in this article . This is old but I think this is still what Twitter has to deal with today. They have to deliver...
For `SinceIdIterator`s the iterator makes several requests to fill gaps in the responses (for example when there is more than 200 tweets sent between 2 iterations) by using a `MaxIdIterator`....
Actually shouldn't you be using `max_id` for this request if you want to get all the favorites?
I haven't tested the API v2 with Peony yet and I wanted to test it before the next release. I did see these parameters and I was wondering how I...
Hello ! Yes, but it doesn't look nice right now. Direct Messages API uses JSON and the only way to do it currently is to prepare the data and send...
Oh sorry I missed this message. Picture uploads should still work I see that the tests are still running fine after all this time. 
Oh I see one difference with the documentation, I don't think that should change anything but I didn't put the `media_id` in a list like it is in the documentation....