Skip to content

spencerlepine/manyshiba-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManyShiba Bot 🐕

Netlify Status

@ManyShibu Twitter bot posting random (sacred) Shiba Inu pictures.

🛠️ Built with:

⚙️ Setup

  1. Register a Twitter App and enable Read/Write permissions in the app settings
  2. Create an .env file in the root of the project based on .env.example
  3. npm install
  4. npm start

Deploying to Heroku

  1. Create new heroku app

    heroku create app-name
  2. Set Heroku environment variables

    heroku config:set TWITTER_API_KEY=XXXXX
    heroku config:set TWITTER_API_SECRET=XXXXX
    heroku config:set TWITTER_API_ACCESS_TOKEN=XXXXX
    heroku config:set TWITTER_API_ACCESS_TOKEN_SECRET=XXXXX
  3. Push to Heroku

    git push heroku master

spencerlepine.com  ·  GitHub @spencerlepine  ·  Twitter @spencerlepine