Skip to content

vlvagerviwager/cheap-cheap-chicken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Have you ever wanted to be yelled at by a chicken from the kitchen?

A Twitter bot that tweets quotes from Cheap Cheap Chicken's raps, from the video game PaRappa the Rapper.

Source adapted from twitterbot on Glitch.

Status

Working, but not automated yet.

TODO

  • Use New Relic add-on to wake up
  • Travis CI

Usage

Run

  1. Populate .env-template file and rename to .env
    • Don't show anyone or push to version control! It's a secret 🗝
  2. npm install -g yarn
  3. yarn start
  4. Send additional POST or GET requests to http://localhost:{PORT}/2432724327 to trigger more tweets. Enjoy!

Lint

  1. yarn lint

Test

  1. yarn test

Heroku deployment

  • Access devDeps (so it doesn't freak out about Babel): heroku config:set YARN_PRODUCTION=false
  • Deploy: git push heroku master
  • heroku logs
  • heroku restart

Technologies