Parser news with a result in telegram bots
It was made a news parser on Python with news output in bots telegram and storage in a database.
The functions:
1 . The algorithm checks every 20 minutes for a new article (news)
2nd When a new article is found, the algorithm collects such data as: title, text, date of publication, photo of the article and link to the page. All of these data are recorded in the SQLite table and sent to the bots telegram.
The functions:
1 . The algorithm checks every 20 minutes for a new article (news)
2nd When a new article is found, the algorithm collects such data as: title, text, date of publication, photo of the article and link to the page. All of these data are recorded in the SQLite table and sent to the bots telegram.