made scraping more robust against transient playwright exceptions, set order of hashtags to scrape based on file modified time

This commit is contained in:
Tristan Lee
2023-09-07 11:18:22 -05:00
parent 91a8aaef38
commit 1f4b956ce9
3 changed files with 26 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ setup(
long_description_content_type="text/markdown",
url="https://github.com/bellingcat/tiktok-hashtag-analysis",
license="MIT License",
install_requires=["seaborn", "matplotlib", "TikTokApi", "requests", "yt_dlp"],
install_requires=["seaborn", "matplotlib", "TikTokApi", "requests", "yt_dlp", "tenacity"],
extras_require={"test": ["pytest", "pytest-cov", "pytest-html", "pytest-metadata"]},
classifiers=[
"Development Status :: 5 - Production/Stable",