dschep / bike-to-work-bot

Home Page:https://twitter.com/bikeToWorkDaily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bike to work bot

A twitter bot to remind you that everyday is bike to work day!!!

https://twitter.com/bikeToWorkDaily

How to deploy

  1. Setup AWS Credentials.
  2. Create a twitter app and create credentials for it
  3. Create the following SSM Parameters in the AWS Console for the credentials you created:
  • /bike2workbot/consumer_key
  • /bike2workbot/consumer_secret
  • /bike2workbot/access_token
  • /bike2workbot/access_token_secret
  1. If encrypted variables were used, update the ARN here to the KMS key you used
  2. Install pipenv, serverless, download the project, install dependencies, deploy!
sudo pip install pipenv
npm i -g serverless
sls install -u https://github.com/dschep/bike-to-work-bot
cd bike-to-work-bot
npm i
sls deploy

About

https://twitter.com/bikeToWorkDaily

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%