diff --git a/README.md b/README.md index 2b4e955..d400998 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# telegram-film-wunsch-bot - +
+
# folgende Daten müssen beim ersten Start hinterlegt werden
+

.env Datei:
+

+
+
+
TELEGRAM_TOKEN="TOKEN"
+
ALLOWED_CHAT_ID="CHAT-ID"
+
ALLOWED_THREAD_ID="Channel wo der Bot arbeiten kann (Beispiel 3)"
+
 
+
+
+

zu Installierende Pakete:

npm install telegraf

+

npm install path

+

npm install fs

+

npm install archiver

+

npm install

+
+
node-schedule
+
+

npm install dotenv

+
\ No newline at end of file