.coveragerc
.readthedocs.yaml
LICENSE
README.rst
pyproject.toml
setup.cfg
tox.ini
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/applications.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contact.rst
docs/source/contents.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/license.rst
docs/source/_templates/links.html
docs/source/_templates/searchbox.html
docs/source/_templates/sidebarintro.html
docs/source/_templates/sidebartoc.html
docs/source/img/logo.svg
obscraper/__init__.py
obscraper/__main__.py
obscraper/_assemble.py
obscraper/_download.py
obscraper/_exceptions.py
obscraper/_extract_post.py
obscraper/_fetch.py
obscraper/_post.py
obscraper/_scrape.py
obscraper/_serialize.py
obscraper/_tidy.py
obscraper/_utils.py
obscraper/_version.py
obscraper.egg-info/PKG-INFO
obscraper.egg-info/SOURCES.txt
obscraper.egg-info/dependency_links.txt
obscraper.egg-info/entry_points.txt
obscraper.egg-info/not-zip-safe
obscraper.egg-info/requires.txt
obscraper.egg-info/top_level.txt
tests/conftest.py
tests/examples.py
tests/test_assemble.py
tests/test_async_assembly_cache.py
tests/test_async_retry.py
tests/test_extract.py
tests/test_logging.py
tests/test_main.py
tests/test_random_posts.py
tests/test_scrape.py
tests/test_serialize.py
tests/test_specific_posts.py
tests/test_utils.py
tests/utils.py