Metadata-Version: 2.1
Name: twitter-analyzer
Version: 1.0.0
Summary: Analyze your twitter account
Home-page: https://github.com/vangheem/twitter-analyzer
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: BSD
Description: Twitter Analyzer
        ================
        
        Did you ever want to be able to analyze your twitter account for things
        you've liked or people who have trolled you? This is the tool for you.
        
        Twitter does not provide any mechanism to search in depth your tweets
        and timeline.
        
        
        Requires: Python 3.5+
        Twitter API consumer/access tokens and secrets
        
        
        Installation
        ------------
        
        With pip:
        
            pip install twitter-analyzer
        
        
        Usage
        -----
        
        Initialize:
        
            tanalyze init
        
        
        Update:
        
            tanalyze update
        
        
        Find trolls:
        
            tanalyze find-trolls
        
        
        Search
        
            tanalyze search github
        
        Search urls
        
            tanalyze search github --url
        
        Search users
        
            tanalyze search vangheezy --user
        
        
        1.0.0 (2018-10-27)
        ------------------
        
        - initial
Keywords: asyncio,twitter,sqlite
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
