Posts typing tournaments from 10fastfingers.com to a Slack channel
Find a file
2018-08-01 11:59:21 -04:00
.eslintrc.js Linting. Don't run until 5. 2018-07-26 11:34:56 -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 Change channel format. 2018-07-27 10:50:02 -04:00
index.js Added option to make firefox run not headless. 2018-08-01 11:59:21 -04:00
package.json Added option to make firefox run not headless. 2018-08-01 11:59:21 -04:00
README.md Create README.md 2018-07-19 11:43:43 -04:00
yarn.lock Added option to make firefox run not headless. 2018-08-01 11:59:21 -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