Processes tweets that mention @kinopioClub in real-time
- Self-contained: this app doesn't need to interact with
kinopio-server
or thekinopio-client
- Easier logging
copy .env.sample
to .env
and update with your twitter auth
Make sure you only use auth tokens from
kinopio-twitter-dev
, otherwise you might break production
npm install
Follow the steps in index.js
to allow tweeting
http://localhost:8060/sign-in
http://localhost:8060/sign-in-complete
npm run serve
http://localhost:8060