add verbose option, delete log option, review exceptions, update docs, add global...
authorClaromes <claromes@hey.com>
Mon, 17 Jun 2024 01:27:51 +0000 (22:27 -0300)
committerClaromes <claromes@hey.com>
Mon, 17 Jun 2024 01:27:51 +0000 (22:27 -0300)
commit445cdad916f1a92e402ed82b02cc804ccaf99c5c
treeb3ac45a925108c22ab1270ce8e105c1a0e0f5209
parent4419b71916655f8d01c008cba840b0ea1909850b
add verbose option, delete log option, review exceptions, update docs, add global config module
15 files changed:
app/app.py
docs/api.rst
docs/exceptions.rst
waybacktweets/_cli.py
waybacktweets/api/parse_tweets.py
waybacktweets/api/request_tweets.py
waybacktweets/config/__init__.py [new file with mode: 0644]
waybacktweets/config/__pycache__/__init__.cpython-311.pyc [new file with mode: 0644]
waybacktweets/config/__pycache__/config.cpython-311.pyc [new file with mode: 0644]
waybacktweets/config/config.py [new file with mode: 0644]
waybacktweets/exceptions/__init__.py [new file with mode: 0644]
waybacktweets/exceptions/__pycache__/__init__.cpython-311.pyc [new file with mode: 0644]
waybacktweets/exceptions/__pycache__/exceptions.cpython-311.pyc [new file with mode: 0644]
waybacktweets/exceptions/exceptions.py [new file with mode: 0644]
waybacktweets/utils/utils.py