Posts typing tournaments from 10fastfingers.com to a Slack channel
.gitignore | ||
.tern-project | ||
config.js.sample | ||
index.js | ||
package.json | ||
README.md | ||
yarn.lock |
daily-typing-tourney
Posts typing tournaments from 10fastfingers.com to a Slack channel
Installation
npm install
- Copy
config.js.sample
toconfig/config.js
- Run
TWITTER_USERNAME="user" TWITTER_PASSWORD="password" SLACK_TOKEN="token" npm run debug