Metadata-Version: 1.1
Name: spry
Version: 0.5.0
Summary: social media scanner
Home-page: https://github.com/jamesacampbell/spry
Author: James A. Campbell
Author-email: james@jamescampbell.us
License: UNKNOWN
Download-URL: https://github.com/jamesacampbell/spry/tarball/0.5.0
Description: .. image:: https://c2.staticflickr.com/4/3007/2292671780_22bbe6d994_z.jpg
        
        ``SPRY SPY PRY SPRY SPY PRY SPRY``
        
        .. image:: https://img.shields.io/pypi/v/spry.svg
            :target: https://pypi.python.org/pypi/spry
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :target:  https://gitter.im/sprypy/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
           
        social media intelligence from the terminal
        -----------------------------------------------
        
        WORKING SCREENSHOT (version 0.4.9)
        
        .. image:: https://cloud.githubusercontent.com/assets/616585/17407123/259d637c-5a34-11e6-96b1-0ef1b82a9559.png
        
        WARNING:
        ********
        this is in early beta
        
        16 social accounts working so far...
        
        KEY FEATURES:
        =============
        
        1. Saves profile images and content from each profile found in the directory that you ran the command from.
        2. Puts all found data into a single PDF (username-report.pdf) in the directory that you ran the command from.
        3. Progress DOTS and nice COLOURS assuming your terminal supports it.
        
        INSTALL via pip:
        ================
        
        ``pip install spry``
        
        or
        
        INSTALL via git:
        ================
        
        ``git clone git@github.com:jamesacampbell/spry.git``
        
        then ``cd spry`` then ``python spry-run.py [username]``
        
        DEV PATH?
        
        the goal is to get to +100 services that have public url user name profile links to check and gather information from
        
        EXAMPLES:
        =========
        
        run via ``spry [username]``
        
        run without spitting out a pdf report:
        
        ``spry [username] --no-report``
        
        run with verbose mode (show the user agent of each request):
        
        ``spry [username] -v``
        
        
        
Keywords: social,collector,scraper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
