Skip to content

Auto retweet from another account using CircleCI scheduled workflows

Notifications You must be signed in to change notification settings

yyx990803/retweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published