Skip to content

Resiliently send tweets in the future. Powered by Elixir.

License

Notifications You must be signed in to change notification settings

farazfazli/futuretweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FutureTweet

Send tweets in the future from a text file, with CRON-like syntax. From CRON format help, check https://crontab.guru/

Getting Started

Create a Twitter app and set the following env variables: TWITTER_CONSUMER_KEY TWITTER_CONSUMER_SECRET TWITTER_ACCESS_KEY TWITTER_ACCESS_SECRET

Get dependencies

    mix deps.get
Run server
```
  iex -S mix 
```

To edit tweets simply edit priv/tweets.txt and replace it with a newline separated list of tweets. They are tweeted out randomly from this file.

About

Resiliently send tweets in the future. Powered by Elixir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages