We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafe980 commit 237d746Copy full SHA for 237d746
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# truth_seeker
+# datapath
2
3
Simple ETL getting info from https://newsapi.org/ and send to telegram channel
4
@@ -19,7 +19,7 @@ You can check the last available tags here -
19
Need to fill `settings.toml` with next important variables:
20
1) `API_KEY`. You can find this data here - https://my.telegram.org/apps
21
2) `API_TOKEN`. Ask *BotFather* in telegram.
22
-3) `CHAT_ID`. Use this to find chat ID where you want to send messages - https://api.telegram.org/bot<API_TOKEN>/getUpdates
+3) `CHAT_ID`. Use this to find chat ID where you want to send messages - https://api.telegram.org/botAPI_TOKEN/getUpdates
23
4) `DB_NAME`. Where you want to load your data before send to telegram.
24
5) `QUERY`. Key word to search for in articles.
25
6) `docker-compose up -d`
0 commit comments