LICENSE
MANIFEST.in
README.md
setup.py
db/__init__.py
db/connect.py
db/create_tables.py
db/db_config.py
db/extract_data.py
db/insert_data.py
scrapautoscout/__init__.py
scrapautoscout/config.py
scrapautoscout/pipeline.py
scrapautoscout/proxies.py
scrapautoscout/scrapper.py
scrapautoscout/transform.py
scrapautoscout/utils.py
scrapautoscout.egg-info/PKG-INFO
scrapautoscout.egg-info/SOURCES.txt
scrapautoscout.egg-info/dependency_links.txt
scrapautoscout.egg-info/entry_points.txt
scrapautoscout.egg-info/requires.txt
scrapautoscout.egg-info/top_level.txt
scrapautoscout/__pycache__/__init__.cpython-310.pyc
scrapautoscout/__pycache__/config.cpython-310.pyc
scrapautoscout/__pycache__/pipeline.cpython-310.pyc
scrapautoscout/__pycache__/proxies.cpython-310.pyc
scrapautoscout/__pycache__/scrapper.cpython-310.pyc
scrapautoscout/__pycache__/transform.cpython-310.pyc
scrapautoscout/__pycache__/utils.cpython-310.pyc
tests/test_calculate_nr_of_pages.py
tests/test_compose_search_url.py
tests/test_find_all_json_files_with_ids.py
tests/test_find_ids_left_to_extract.py
tests/test_get_all_article_ids.py
tests/test_get_all_ids_for_search_url.py
tests/test_get_content_for_article_ids.py
tests/test_get_content_from_all_pages.py
tests/test_get_details_from_raw_json.py
tests/test_get_hash_from_string.py
tests/test_get_number_of_articles_from_url.py
tests/test_get_valid_proxies_multithreading.py
tests/test_main_extract_json_txt_for_all_known_ids.py
tests/test_truncate_useless_date_from_json_text.py