Discord bot that provides services related to Star Citizen and a webhook to automate parsing and sending of update info on the public roadmap every friday.
DISCLAIMER: This repository was made for personal/portfolio use and not meant to be open source, but can be run with slight modification.
- Fleet manager - List user(s) ship list and add/remove from the list. [Bot]
- Roadmap - Get data on each upcoming patch's features and update information from last update. [Bot/Webhook]
- Clone repository
- Create tokens.yaml in root directory with following information:
bot_token: "Bot Token - Create an application on https://discordapp.com/developers/applications/"- Create webhooks.yaml in root directory with following information if using webhooks:
- guild_id: "Guild ID received from webhook"
webhook_token: "Token from webhook"
webhook_id: "ID from webhook"-
To run bot simply run
python3 bot.pyin root directory on command line. (Blocks further command line entry whiel bot is running) -
Discord webhook is not meant to be publicly ran, to gather update data, it needs to be run for at least 2 weeks to gather data and change the s3 bucket.