Posts typing tournaments from 10fastfingers.com to a Slack channel
Find a file
2018-07-23 11:01:10 -04:00
.gitignore Initial commit. 2018-07-17 16:47:32 -04:00
.tern-project Initial commit. 2018-07-17 16:47:32 -04:00
config.js.sample Initial commit. 2018-07-17 16:47:32 -04:00
index.js Better driver. config. Slack IDs in message body. 2018-07-23 11:01:10 -04:00
package.json Initial commit. 2018-07-17 16:47:32 -04:00
README.md Create README.md 2018-07-19 11:43:43 -04:00
yarn.lock Initial commit. 2018-07-17 16:47:32 -04:00

daily-typing-tourney

Posts typing tournaments from 10fastfingers.com to a Slack channel

Installation

  1. npm install
  2. Copy config.js.sample to config/config.js
  3. Run
    TWITTER_USERNAME="user" TWITTER_PASSWORD="password" SLACK_TOKEN="token" npm run debug