https://github.com/kamekyame/twitter_api_client
Twitter API client for Deno
https://github.com/kamekyame/twitter_api_client
deno deno-module twitter-api
Last synced: 8 months ago
JSON representation
Twitter API client for Deno
- Host: GitHub
- URL: https://github.com/kamekyame/twitter_api_client
- Owner: kamekyame
- License: mit
- Archived: true
- Created: 2020-11-26T01:24:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T13:18:41.000Z (about 1 year ago)
- Last Synced: 2025-10-20T17:56:58.836Z (8 months ago)
- Topics: deno, deno-module, twitter-api
- Language: TypeScript
- Homepage: https://deno.land/x/twitter_api_client
- Size: 58.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter API client for Deno

> 🛑 **Notice** This package is no longer maintained, as Deno now supports npm
> packages. Please consider using a library such as
> [twitter-api-v2](https://www.npmjs.com/package/twitter-api-v2).
> ⚠️ **Important** This client is incomplete and breaking changes in the future.
> When you use this, beware of version updates.
## Features
- TypeScript support. (Arguments and return value for each endpoint has a type.)
## Usage
See each README.
- [Twitter API v1.1](./api_v1/README.md)
- [Twitter API v2(Early Access)](./api_v2/README.md)
- [Authentication](./auth/README.md)
## Implemented
- v1.1
- Tweets
- search/:product/:label (Premium)
- statuses/update
- statuses/retweet
- statuses/home_timeline
- v2
- Tweets
- Lookup
- Filtered stream
## Contribute
This client is imcomplete. So bug fix and new feature is welcome. Feel free to
issue, PR.
## License
[MIT](./LICENSE)