diff --git a/README.md b/README.md index 2a528c274b1529f7f1c12ecc2592567f5e3f9b19..323352c12bf15a0d151d4a35e2f4ff0fa00a3d96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Script usage +Add to a `.env` file in root of project (next to the python script): + +```dotenv +API_TELEGRAM="<bot token>" +CHANNEL_ID="<channel id>" +``` + ```python python blablae [...] ```