Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zamiell/among-us-bot
https://github.com/zamiell/among-us-bot
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zamiell/among-us-bot
- Owner: Zamiell
- License: gpl-3.0
- Created: 2020-09-09T03:26:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T03:46:56.000Z (over 3 years ago)
- Last Synced: 2025-01-01T09:47:10.300Z (about 1 month ago)
- Language: Go
- Size: 7.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# among-us-bot
A Discord bot that helps to keep track of the players in an ongoing game of Among Us as well as provide a waiting list.
## Installation
* `cd /root/`
* `git clone [email protected]:Zamiell/among-us-bot.git`
* `cd among-us-bot`
* `./build.sh`
* `cp .env_template .env`
* `vim .env`
* Enter in the information for the bot.
* `sqlite3 database.sqlite3 < ./install/database_schema.sql`## Run as a Service
* `cp ./install/supervisor/among-us-bot.conf /etc/supervisor/conf.d/among-us-bot.conf`
* `supervisorctl reread`
* `supervisorctl add among-us-bot`
* `supervisorctl start among-us-bot`