A simple tester for Twitter Account Activity API.
- ✔ No port exposion needed
- ✔ No public web server needed
- ✔ Cross-platform supported
- 📦 Node.js v12+
- 🌏 Internet connection
- 🐤 Twitter Developer Account with AAAPI access
-
Clone this repository, and enter the directory.
-
Install dependencies.
$ npm install
-
Configure HTTP server and Twitter API on
config.yaml
.$ cp config.yaml.dist config.yaml $ vim config.yaml
-
Run the application.
$ npm start
Name | Description |
---|---|
-v | Enables detail output. |
-vvv | Enables more detail output. |