Skip to content

A simple tester for Twitter Account Activity API.

License

Notifications You must be signed in to change notification settings

siketyan/twitter-aaapi-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  2. Install dependencies.

    $ npm install
  3. Configure HTTP server and Twitter API on config.yaml .

    $ cp config.yaml.dist config.yaml
    $ vim config.yaml
  4. Run the application.

    $ npm start

🔖 Arguments

Name Description
-v Enables detail output.
-vvv Enables more detail output.