wallytutor / caf-bot

Bot to keep me up to date with my club's activities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAF Bot

A simple Python bot that keeps me up to date with my alpine club activities.

Usage

Create a and activate a virtual environment with:

python -m virtualenv ven

# Windows
venv\Scripts\activate

# Linux
source venv/Scripts/activate

Create a clubot.yaml containing the following:

# Email secrete (DO NOT COMMIT!)
SECRET: null

# Base path to section agendas.
agenda: https://www.clubalpinlyon.fr/agenda

# List of sub-sections to query.
activities:
  - alpinisme
  - canyon
  - escalade
  - raquette
  - ski-de-randonnee
  - via-ferrata
  - vtt

About

Bot to keep me up to date with my club's activities

License:MIT License


Languages

Language:Python 100.0%