Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thewh1teagle/x-api-rs

Twitter API in Rust
https://github.com/thewh1teagle/x-api-rs

api rust twitter

Last synced: 7 days ago
JSON representation

Twitter API in Rust

Awesome Lists containing this project

README

        

# x-api-rs

X/Twitter's `API` in Rust

## Installation

```console
cargo add x-api-rs
```

## Examples

see [examples](examples) folder

## Gotchas

- It's recommend to use the `Username` rather then the `Email` since it has less captcha protections.

## Credits

[TweeterPy](https://github.com/iSarabjitDhiman/TweeterPy)

[ReverseEngineeredTwitterAPI](https://github.com/Amovane/ReverseEngineeredTwitterAPI)

[twitter-api-client](https://github.com/trevorhobenshield/twitter-api-client)

[twitter-scraper](https://github.com/imperatrona/twitter-scraper)