README.md
setup.py
scrapgo/__init__.py
scrapgo/settings.py
scrapgo.egg-info/PKG-INFO
scrapgo.egg-info/SOURCES.txt
scrapgo.egg-info/dependency_links.txt
scrapgo.egg-info/requires.txt
scrapgo.egg-info/top_level.txt
scrapgo/__pycache__/__init__.cpython-37.pyc
scrapgo/__pycache__/settings.cpython-37.pyc
scrapgo/lib/__init__.py
scrapgo/lib/history.py
scrapgo/lib/__pycache__/__init__.cpython-37.pyc
scrapgo/lib/__pycache__/history.cpython-37.pyc
scrapgo/lib/dataframe/__init__.py
scrapgo/lib/dataframe/dfio.py
scrapgo/lib/dataframe/dfutils.py
scrapgo/lib/dataframe/orm.py
scrapgo/lib/dataframe/__pycache__/__init__.cpython-37.pyc
scrapgo/lib/dataframe/__pycache__/dfio.cpython-37.pyc
scrapgo/lib/dataframe/__pycache__/dfutils.cpython-37.pyc
scrapgo/lib/dataframe/__pycache__/orm.cpython-37.pyc
scrapgo/lib/time/__init__.py
scrapgo/lib/time/time.py
scrapgo/lib/time/__pycache__/__init__.cpython-37.pyc
scrapgo/lib/time/__pycache__/time.cpython-37.pyc
scrapgo/modules/__init__.py
scrapgo/modules/__pycache__/__init__.cpython-37.pyc
scrapgo/modules/pipeline/__init__.py
scrapgo/modules/request/__init__.py
scrapgo/modules/request/cached_requests.py
scrapgo/modules/request/helper.py
scrapgo/modules/request/__pycache__/__init__.cpython-37.pyc
scrapgo/modules/request/__pycache__/cached_requests.cpython-37.pyc
scrapgo/modules/request/__pycache__/helper.cpython-37.pyc
scrapgo/modules/request/__pycache__/manager.cpython-37.pyc
scrapgo/modules/request/__pycache__/mixins.cpython-37.pyc
scrapgo/modules/request/__pycache__/response_patch.cpython-37.pyc
scrapgo/modules/soup/__init__.py
scrapgo/modules/soup/parser.py
scrapgo/modules/soup/__pycache__/__init__.cpython-37.pyc
scrapgo/modules/soup/__pycache__/parser.cpython-37.pyc
scrapgo/scraper/__init__.py
scrapgo/scraper/__pycache__/__init__.cpython-37.pyc
scrapgo/scraper/__pycache__/actions.cpython-37.pyc
scrapgo/scraper/__pycache__/base.cpython-37.pyc
scrapgo/scraper/__pycache__/scraper.cpython-37.pyc
scrapgo/scraper/requests/__init__.py
scrapgo/scraper/requests/scraper.py
scrapgo/scraper/requests/__pycache__/__init__.cpython-37.pyc
scrapgo/scraper/requests/__pycache__/actions.cpython-37.pyc
scrapgo/scraper/requests/__pycache__/base.cpython-37.pyc
scrapgo/scraper/requests/__pycache__/crawler.cpython-37.pyc
scrapgo/scraper/requests/__pycache__/scraper.cpython-37.pyc
scrapgo/scraper/requests/action/__init__.py
scrapgo/scraper/requests/action/actions.py
scrapgo/scraper/requests/action/__pycache__/__init__.cpython-37.pyc
scrapgo/scraper/requests/action/__pycache__/actions.cpython-37.pyc
scrapgo/scraper/requests/action/__pycache__/container.cpython-37.pyc
scrapgo/scraper/requests/action/__pycache__/tracer.cpython-37.pyc
scrapgo/utils/__init__.py
scrapgo/utils/datecuts.py
scrapgo/utils/fileutils.py
scrapgo/utils/shortcuts.py
scrapgo/utils/urlparser.py
scrapgo/utils/__pycache__/__init__.cpython-37.pyc
scrapgo/utils/__pycache__/datecuts.cpython-37.pyc
scrapgo/utils/__pycache__/fileutils.cpython-37.pyc
scrapgo/utils/__pycache__/shortcuts.cpython-37.pyc
scrapgo/utils/__pycache__/urlparser.cpython-37.pyc
test/__init__.py
test/__main__.py
test/module_test/__init__.py
test/module_test/test_request_manager.py
test/module_test/test_scraper.py
test/module_test/test_soup_parser.py
test/practice/__init__.py
test/practice/durginfo/__init__.py
test/practice/durginfo/druginfo_scraper.py
test/practice/durginfo/shortcuts.py
test/practice/kofia/__init__.py
test/practice/kofia/columns.py
test/practice/kofia/payloaders.py
test/practice/kofia/scraper.py
test/practice/kofia/utils.py
test/practice/kofia_scraper/__init__.py
test/practice/kofia_scraper/apps.py
test/practice/kofia_scraper/payloaders.py
test/practice/kofia_scraper/pipeline.py
test/practice/kofia_scraper/scrap_mappings.py
test/practice/kofia_scraper/scraper.py
test/practice/kofia_scraper/settings.py
test/practice/kofia_scraper/utils.py
test/practice/naver_kin_scraper/__init__.py
test/practice/naver_kin_scraper/kin.py
test/practice/naver_webtoon_scraper/__init__.py
test/practice/naver_webtoon_scraper/webtoon2.py