All Projects → yyx990803 → Retweeter

yyx990803 / Retweeter

Auto retweet from another account using CircleCI scheduled workflows

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].