Metadata-Version: 1.1
Name: scraptty
Version: 0.0.1
Summary: A Ptt Crawler which integrates with SQL database
Home-page: http://cwyark.github.io
Author: Chester Tseng
Author-email: cwyark@gmail.com
License: MIT
Description: ### A Python Based Ptt Crawler which integrates with sql databases and crawlers ###
        
        scra-ptt-y is a web crawler which integrates SQL databases
        
        __asyncio provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.__
        
        Python version requirement: python 3.4
        
        You could try this command.
        
        ```
        $> ./scrapttyd -b Gossip -s
        ```
        
Keywords: ptt,spider,crawler,sql
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
