/say-say-sebe

Automate retweet from people of interest

Primary LanguageJavaScript

Say say sebe

https://www.youtube.com/watch?v=h2A-1SNXU7s

247 Automate retweet from people of interest.

Setup

  1. Visit https://developer.twitter.com/en and setup an application.

  2. Clone this repository and install the dependencies by running:

    yarn
  3. Copy env_example to .env by running:

    cp env_example .env

    Configure application credentials in .env file.

  4. Copy config.example.yml to config.yml by running:

    cp config.example.yml config.yml

Add screen names of people of interest to retweet following the config example.

Run

Start the program by running:

yarn start