.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
Dockerfile
LICENSE.txt
README.md
news_crawlers.yaml
prepare_venv.bat
pyproject.toml
setup.py
tox.ini
.github/workflows/main.yml
news_crawlers/__init__.py
news_crawlers/__main__.py
news_crawlers/configuration.py
news_crawlers/news_crawlers.yaml
news_crawlers/notificators.py
news_crawlers/scheduler.py
news_crawlers/scrape.py
news_crawlers/spiders.py
news_crawlers.egg-info/PKG-INFO
news_crawlers.egg-info/SOURCES.txt
news_crawlers.egg-info/dependency_links.txt
news_crawlers.egg-info/entry_points.txt
news_crawlers.egg-info/requires.txt
news_crawlers.egg-info/top_level.txt
news_crawlers/news_crawlers.egg-info/PKG-INFO
news_crawlers/news_crawlers.egg-info/SOURCES.txt
news_crawlers/news_crawlers.egg-info/dependency_links.txt
news_crawlers/news_crawlers.egg-info/requires.txt
news_crawlers/news_crawlers.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mocks.py
tests/test_avtonet_spider.py
tests/test_bolha_spider.py
tests/test_configuration.py
tests/test_main.py
tests/test_notificators.py
tests/test_scheduler.py
tests/test_scrape.py
tests/test_spiders.py
tests/res/avtonet_test_html.html
tests/res/bolha_test_html.html