Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better setup instructions #24

Open
andreasots opened this issue Dec 17, 2018 · 0 comments
Open

Add better setup instructions #24

andreasots opened this issue Dec 17, 2018 · 0 comments

Comments

@andreasots
Copy link
Owner

andreasots commented Dec 17, 2018

Currenly it's basically 'set up LRRbot and run cargo run' which is technically correct but is actually more than eris requires:

  • game_per_show_data, games, quotes, shows, state and users tables from LRRbot's database (for autotopic, Twitter announcer, !live, !quote, stream up announcer)
  • Twitch OAuth2 token for the bot user in the database (needed for !live)
  • a Google API token for the calendar (!next[fan], autotopic)
  • a Google service account key but only when the contact form spreadsheet is set
  • a Twitch client ID: (!live, autotopic)
  • a Discord bot secret for basically everything
  • a Discord server
  • Twitter API key and secret (Twitter announcer)
  • a LRRbot (stream up announcer, autotopic, simple text response commands)

Maybe some stuff should be behind feature flags so it doesn't need to be set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant