python-twitter-tools / twitter

Python Twitter API
http://mike.verdone.ca/twitter/
MIT License
3.19k stars 714 forks source link

retweeters id don't go to #462

Closed ebenezergraham closed 1 year ago

ebenezergraham commented 1 year ago

GET statuses/retweeters/ids id doesn't go to the end of url as assumed in on this line.

This introduces a bug for this endpoint

Example

boogheta commented 1 year ago

As the documentation explains in the examples here, you should call for those routes using _id arg instead of id

ebenezergraham commented 1 year ago

Ah, I see. thanks for the prompt correction.