Metadata-Version: 1.1
Name: hooku
Version: 1.0
Summary: A script with webscraping utilites on a specific website
Home-page: https://github.com/poomani98/Hooku
Author: Poomani K
Author-email: poomani98@gmail.com
License: MIT
Description: The package contains a simple function that fetches the note that has been pasted into a website called primapad.com.
        
        Step 1: Create a new note at http://primapad.com/<some_unique_file_name>
        Step 2:	To fetch the note whenever you want using python, follow the code,
        
        import hooku
        x = hooku.get('<your_unique_file_name>') //Fetches the note pasted in the url in text format
        print(x) //Prints the note pasted into the url.
        
        Untold_Fact: The package name is inspired from the Vadachennai(2018) movie character Rajan, who's primary job is "Hooku adikiradhu".
        
Keywords: web scrape primapad.com
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
