Skip to content

seabbs/TweetRstudioCheatsheets

Repository files navigation

Tweet Rstudio Cheatsheets

A twitter bot that posts a random #rstats cheatsheet each day. Sourced from Rstudio - no affiliation. Developed by seabbs

Set-up

This bot has been set-up to run as a self contained docker container using the following process,

  1. Clone the repository
git clone https://github.com/seabbs/TweetRstudioCheatsheets.git
  1. Authorise the bot by setting up a twitter token. Instructions for this can be found here. Add the saved token (as twitter_token.rds) to the TweetRstudioCheatsheets repository.

  2. Navigate to the TweetRstudioCheatsheets and build the docker container.

docker build . -t daily_r_cheatsheets
  1. Run the docker container.
docker run -d --name daily_r_cheatsheets daily_r_cheatsheets
  1. Check the logs to see if everything is working as expected. A cheatsheet should be posted, followed by a CRON job being set to repeat this daily.
docker logs -f daily_r_cheatsheets

About

A Twitter bots which tweets a randomly selected Rstudio cheatsheet each day

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published