Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 311 Bytes

EventBriteHandler

A tool responsible for fetching information about an specific event and performing an action as you desire;

Running this project

$ poetry install;
$ TOKEN_ID=<token_id> EVENT_ID=<event_id> poetry run python fetch.py

Maintainer