Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thewh1teagle/x-api-rs
- Owner: thewh1teagle
- Created: 2023-11-22T00:14:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T13:18:45.000Z (28 days ago)
- Last Synced: 2024-10-27T17:09:18.026Z (11 days ago)
- Topics: api, rust, twitter
- Language: Rust
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
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)