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.
- Host: GitHub
- URL: https://github.com/elysium-suite/daedalus
- Owner: elysium-suite
- License: mit
- Created: 2020-07-21T02:46:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T23:50:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T19:52:55.520Z (4 months ago)
- Topics: discord-bot, discord-py, elysium-suite, webscraping
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 = '')
```