egg-mode icon indicating copy to clipboard operation
egg-mode copied to clipboard

a twitter api crate for rust

Results 20 egg-mode issues
Sort by recently updated
recently updated
newest added

While using the streaming API I occasionally get panics like ``` thread 'main' panicked at 'byte index 140 is out of bounds of `Woo! 🙌 CC Search now includes openly...

https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters > ## filter_level > This parameter may be used on all streaming endpoints, unless explicitly noted. > ## language > This parameter may be used on all streaming endpoints,...

There is a newish API for "Subscribing to account activity": https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview So far I'm happy just issuing my own requests for that, but I figured a 'let you know' /...

egg-mode is a pretty huge library, and it would be nice to get some debug info thrown around so i can get useful info in case someone comes in with...

Seems like development on this library has stalled. Not a big deal, it's open-source, it happens sometimes. However I think this is the most comprehensive Rust twitter library on `crates.io`,...

Twitter search API has the include_entities param that I need to use, but it is not yet available con egg_mode https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html

From a discussion on IRC a while back, there are a few issues with using some of the API structs as-is: - Text offsets are codepoint indices, not byte offsets,...

Fixes #125. If `handle.progress` is `None`, as it commonly is for image uploads, then `get_status()` will return a 404, so we need to check it before calling `get_status()`. I tested...

``` cargo run --example bearer Pulling up the bearer token... Error: TwitterError({"ml": "A", "date": "Sat, 13 Aug 2022 19:27:23 GMT", "pragma": "no-cache", "server": "tsa_o", "status": "403 Forbidden", "expires": "Tue, 31...

egg-mode started as my "learn Rust" project, and grew into a love letter to API design as well as the website i spent a lot of my time on. I'm...