File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.**
You can’t perform that action at this time.
0 commit comments