generated from public/aoc_template
17 lines
361 B
Markdown
17 lines
361 B
Markdown
# AoC Bot
|
|
|
|
Announce gained stars from private leaderboard into IRC Channel
|
|
|
|
# Requirements
|
|
|
|
Python >= 3.8
|
|
|
|
# Usage
|
|
|
|
- Clone repository
|
|
- Run `pip install -r requirements.txt`
|
|
- Copy config.example.json to config.json and edit according to your needs
|
|
- Create the "session_file" (s. config) containing the contents of your aoc-session cookie
|
|
|
|
Run `./aoc_bot.py`
|