Skip to content

Auto retweet from another account using CircleCI scheduled workflows

Notifications You must be signed in to change notification settings

nilportugues/retweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Languages

  • JavaScript 100.0%