Metadata-Version: 2.1
Name: rss-scrap
Version: 0.1.2
Summary: Web scrapper which converts sites to RSS feeds.
Home-page: https://git.goral.net.pl/mgoral/rss-scrap
License: GPLv3
Author: Michal Goral
Author-email: dev@goral.net.pl
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.0,<5.0.0)
Project-URL: Repository, https://git.goral.net.pl/mgoral/rss-scrap
Description-Content-Type: text/markdown

# RSS Scrap

rss-scrap is a command line utility which scraps contents of web pages and
converts them to RSS feeds. Specific web scrapers must be implemented for
each page.

rss-scrap works asynchronously, meaning that many web pages can be scraped
simultaneously.

Currently scraping for the following pages is implemented:

- The Economist, World This Week section
- Wikipedia Current Events
- Warnings of Główny Inspektorat Sanitarny (Polish Government Agency)

