This is a precursor to BikeShareSystem. It's a Twitter bot that sends out regular #BikeShareChallenge tweets on a schedule.
This project runs as an Auth0 Webtask. To get started with the challenger
, create a copy of .secrets-template and name it .secrets-dtla
.
- Sign up for Auth0 Webtasks
- Grab the Webtask CLI:
npm install wt-cli -g
- Init the Webtask CLI:
wt init
- Create a Twitter app
- Copy
.secrets-template
file to.secrets
and fill it in with your data from above
Run the following to create and publish a Webtask:
cd challenger
npm install
npm run start
This starts a process that watches for changes to index.js
and updates the Webtask.
We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by Daniel James under the MIT license.