.coveragerc
.gitignore
.travis.yml
AUTHORS.rst
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
README.rst
USAGE.md
requirements-test.txt
requirements.txt
setup.cfg
setup.py
docs/CONTRIBUTING.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
tests/__init__.py
tests/conftest.py
tests/test_user_tweets.py
tweetscrape/__init__.py
tweetscrape/twitter_scrape.py
tweetscrape/user_tweets.py
tweetscrape.egg-info/PKG-INFO
tweetscrape.egg-info/SOURCES.txt
tweetscrape.egg-info/dependency_links.txt
tweetscrape.egg-info/not-zip-safe
tweetscrape.egg-info/requires.txt
tweetscrape.egg-info/top_level.txt
tweetscrape/model/__init__.py
tweetscrape/model/tweet_model.py