kenany / nwitch

A simple, pluggable IRC bot.
https://github.com/nwitch
MIT License
7 stars 0 forks source link

Have user generate an OAuth token with nwitch #12

Open kenany opened 10 years ago

kenany commented 10 years ago

While it's easier for me to just have users generate a token with the site mentioned in README.md, it goes against the idea that nwitch is your bot since nwitch is dependent on this token (which is generated through an app that the user don't own).

How it might work

  1. Have user register their own TwitchTV app
  2. They enter the app's ID and Secret into config.toml
  3. Use passport and passport-twitchtv to have user generate an OAuth token for their bot through their own TwitchTV app