Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siketyan/twitter-aaapi-tester
A simple tester for Twitter Account Activity API.
https://github.com/siketyan/twitter-aaapi-tester
aaapi account-activity-api tester twitter
Last synced: 4 months ago
JSON representation
A simple tester for Twitter Account Activity API.
- Host: GitHub
- URL: https://github.com/siketyan/twitter-aaapi-tester
- Owner: siketyan
- License: mit
- Created: 2020-03-30T06:36:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:25:25.000Z (about 2 years ago)
- Last Synced: 2024-10-07T04:24:02.097Z (4 months ago)
- Topics: aaapi, account-activity-api, tester, twitter
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter AAAPI Tester
A simple tester for Twitter Account Activity API.## ✨ Features
- ✔ No port exposion needed
- ✔ No public web server needed
- ✔ Cross-platform supported## 🚚 Prerequisites
- 📦 Node.js v12+
- 🌏 Internet connection
- 🐤 Twitter Developer Account with AAAPI access## 🔧 Installation
1. Clone this repository, and enter the directory.
1. Install dependencies.```console
$ npm install
```1. Configure HTTP server and Twitter API on `config.yaml` .
```console
$ cp config.yaml.dist config.yaml
$ vim config.yaml
```1. Run the application.
```console
$ npm start
```## 🔖 Arguments
|Name|Description|
|---|---|
|-v|Enables detail output.|
|-vvv|Enables more detail output.|