Metadata-Version: 1.1
Name: SocialCrawler
Version: 0.0.6
Summary: This package allow you get data from Twitter, Swarm(check-ins) and Foursquare
Home-page: http://github.com/JosielWirlino/SocialCrawler
Author: J.Wirlino and A. Adativa
Author-email: josiel.wirlino@gmail.com, alice.adativa@gmail.com
License: GNU
Description: SocialCrawler
        =============
        
        It is a python package to help get data from Twitter, Foursquare.
        
        This package was created to facilitate the data mining from Twitter and
        Foursquare.
        
        Install (generic way)
        ---------------------
        
        .. code:: python
        
                $ python3.4 -m pip install SocialCrawler
        
        How work ?
        ----------
        
        Requeriments
        ^^^^^^^^^^^^
        
        -  Python >= 3.4 
        -  Foursquare developer credentials ( if you wanna work with)
        -  Twitter developer credentials ( if you wanna work with )
        -  Facebook developer credentials (Optional)
        
        Get example from .. _Repository: https://github.com/JosielWirlino/SocialCrawler/
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Information Analysis
