Cache Twitter tokens on disk from the CLI for reuse between scrapes

Closes #339
This commit is contained in:
JustAnotherArchivist
2022-01-05 02:20:40 +00:00
parent ca00b480b1
commit acb7f10a4f
2 changed files with 64 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ setuptools.setup(
'lxml',
'beautifulsoup4',
'pytz; python_version < "3.9.0"',
'filelock',
],
python_requires = '~=3.8',
extras_require = {