Skip to content

Commit 237d746

Browse files
committed
Update README.md
1 parent dafe980 commit 237d746

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# truth_seeker
1+
# datapath
22

33
Simple ETL getting info from https://newsapi.org/ and send to telegram channel
44

@@ -19,7 +19,7 @@ You can check the last available tags here -
1919
Need to fill `settings.toml` with next important variables:
2020
1) `API_KEY`. You can find this data here - https://my.telegram.org/apps
2121
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
22+
3) `CHAT_ID`. Use this to find chat ID where you want to send messages - https://api.telegram.org/botAPI_TOKEN/getUpdates
2323
4) `DB_NAME`. Where you want to load your data before send to telegram.
2424
5) `QUERY`. Key word to search for in articles.
2525
6) `docker-compose up -d`

0 commit comments

Comments
 (0)