Skip to content

Commit d959fb3

Browse files
committed
Update README.md
1 parent 355098e commit d959fb3

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
# truth_seeker
22

3-
https://newsapi.org/
3+
Simple ETL getting info from https://newsapi.org/ and send to telegram channel
4+
5+
## Prehistory
6+
This simple service help to search information automatically via News API
7+
8+
> Datapath it is like telepath or astropath
9+
> (c) Author
10+
11+
Enjoy.
12+
13+
## How to use
14+
You can check the last available tags here -
15+
1) https://hub.docker.com/repository/docker/h0d0user/truth_seeker
16+
2) https://hub.docker.com/repository/docker/h0d0user/datapath
17+
3) https://hub.docker.com/repository/docker/h0d0user/news_db
18+
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
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`
26+
7) ...
27+
8) PROFIT !!!
28+
29+
**Still have questions ? Google it.**

0 commit comments

Comments
 (0)