Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastestmolasses/hq-answers
Crowdsourced HQ Trivia Discord Bot
https://github.com/fastestmolasses/hq-answers
discord-py hq-trivia hq-trivia-bot python3-6
Last synced: 2 months ago
JSON representation
Crowdsourced HQ Trivia Discord Bot
- Host: GitHub
- URL: https://github.com/fastestmolasses/hq-answers
- Owner: FastestMolasses
- Created: 2018-09-24T06:14:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T16:05:45.000Z (about 4 years ago)
- Last Synced: 2023-05-02T11:21:35.133Z (over 1 year ago)
- Topics: discord-py, hq-trivia, hq-trivia-bot, python3-6
- Language: Python
- Size: 5.86 KB
- Stars: 28
- Watchers: 3
- Forks: 48
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HQ Answers Bot
### Crowdsourced HQ Trivia Discord BotInvite this discord bot to your server and it will automatically collect answers from users whenever an HQ game is live. It will display everybody's answers nicely in any channel you specify.
### Installation
```
$ git clone https://github.com/FastestMolasses/HQ-Answers.git
$ cd HQ-Answers
$ pip install -r requirements.txt
$ touch config.py
```Your `config.py` file should look like this. Enter the relevant information.
```
DISCORD_TOKEN = 'enter your discord bot token'
CHANNEL_ID = 000000 # Should be the channel you want the bot to post in. Leave as int.
```