Skip to content

evankp/python-discord-utlities

Repository files navigation

[Python 3] Discord Bot & Webhook

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.

Features

  1. Fleet manager - List user(s) ship list and add/remove from the list. [Bot]
  2. Roadmap - Get data on each upcoming patch's features and update information from last update. [Bot/Webhook]

Setup

  1. Clone repository
  2. Create tokens.yaml in root directory with following information:
bot_token: "Bot Token - Create an application on https://discordapp.com/developers/applications/"
  1. 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"

Run

  • To run bot simply run python3 bot.py in 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.

About

[Python] Discord bot and webhook for Star Citizen info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors