.gitignore
LICENSE
LICENSE.header
MANIFEST.in
Makefile
README.rst
config-example.nasty.toml
noxfile.py
pyproject.toml
setup.cfg
setup.py
vulture-whitelist.py
assets/logo.svg
assets/textlogo.png
assets/textlogo.svg
src/nasty/__init__.py
src/nasty/__main__.py
src/nasty/_cli.py
src/nasty/_settings.py
src/nasty/_version.py
src/nasty/py.typed
src/nasty.egg-info/PKG-INFO
src/nasty.egg-info/SOURCES.txt
src/nasty.egg-info/dependency_links.txt
src/nasty.egg-info/entry_points.txt
src/nasty.egg-info/requires.txt
src/nasty.egg-info/top_level.txt
src/nasty.egg-info/zip-safe
src/nasty/_retriever/__init__.py
src/nasty/_retriever/conversation_retriever.py
src/nasty/_retriever/replies_retriever.py
src/nasty/_retriever/retriever.py
src/nasty/_retriever/search_retriever.py
src/nasty/_retriever/thread_retriever.py
src/nasty/_util/__init__.py
src/nasty/_util/argparse_.py
src/nasty/_util/consts.py
src/nasty/_util/errors.py
src/nasty/_util/io_.py
src/nasty/_util/json_.py
src/nasty/_util/time_.py
src/nasty/_util/tweepy_.py
src/nasty/_util/typing_.py
src/nasty/batch/__init__.py
src/nasty/batch/_execute_result.py
src/nasty/batch/batch.py
src/nasty/batch/batch_entry.py
src/nasty/batch/batch_results.py
src/nasty/request/__init__.py
src/nasty/request/conversation_request.py
src/nasty/request/replies.py
src/nasty/request/request.py
src/nasty/request/search.py
src/nasty/request/thread.py
src/nasty/tweet/__init__.py
src/nasty/tweet/conversation_tweet_stream.py
src/nasty/tweet/tweet.py
src/nasty/tweet/tweet_stream.py
tests/__init__.py
tests/conftest.py
tests/test_batch.py
tests/test_batch_results.py
tests/test_request.py
tests/test_tweet.py
tests/cli/__init__.py
tests/cli/mock_context.py
tests/cli/test_batch.py
tests/cli/test_idify_unidify.py
tests/cli/test_incorrect_calls.py
tests/cli/test_requests.py
tests/retriever/__init__.py
tests/retriever/test_replies.py
tests/retriever/test_search.py
tests/retriever/test_thread.py
tests/util/__init__.py
tests/util/requests_cache.py
tests/util/test_requests_cache.py