yyx990803 / retweeter

Auto retweet from another account using CircleCI scheduled workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retweeter

Auto retweet from another account using CircleCI scheduled workflows

Setup

Register a Twitter app and create a .env file:

CONSUMER_KEY=xxx
CONSUMER_SECRET=xxx
ACCESS_TOKEN=xxx
ACCESS_TOKEN_SECRET=xxx

TARGET_USERNAME=UserToRetweetFrom
POLL_COUNT=10
TWEET_MATCH="You should retweet this" # can be regex

Adjust poll rate in .circleci/config.yml.

About

Auto retweet from another account using CircleCI scheduled workflows


Languages

Language:JavaScript 100.0%