Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 392 Bytes

telegram-python-es

Note Este repositorio se archiva, continúa el desarrollo en https://github.com/python-spain/eventos-automaticos

Publicación de eventos de Meetup de la comunidad de Python España en Telegram.

Uso

$ python3.11 -m venv .venv
$ .venv/bin/activate
(.venv) $ pip install -r requirements.txt
(.venv) $ fetch_upcoming_events -c communities.toml 

(TBC)