Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 369 Bytes

GCal Bot

A handy discord bot to show you events from your calendar right in your discord server!

Installation

git clone https://github.com/radiantly/gcal-bot
cd gcal-bot
python -m venv gcal-venv
. ./gcal-venv/bin/activate
pip install -r requirements.txt
cp config.sample.py config.py
# Add your bot token and other config to config.py
python bot.py