An open API service indexing awesome lists of open source software.

https://github.com/elysium-suite/daedalus

🤖 A discord bot built to pull and view CSS scores from servers running the Sarpedon Scoring Server.
https://github.com/elysium-suite/daedalus

discord-bot discord-py elysium-suite webscraping

Last synced: 3 months ago
JSON representation

🤖 A discord bot built to pull and view CSS scores from servers running the Sarpedon Scoring Server.

Awesome Lists containing this project

README

        

# Daedalus

Daedalus is a discord bot built to pull and view CSS scores from servers running [Sarpedon](https://github.com/sourque/sarpedon).

## Installation/Setup
To get started make sure to have a server with python 3 installed and a discord bot setup in the applications folder. You will need to change the server IP and bot token in the pub_bot.py file.
```python
# SPECIFY REMOTE HERE AND YOUR BOT TOKEN HERE
remote = ''
bot_id = ''
# YOUR PREFIX
client = commands.Bot(command_prefix = '')
```