Metadata-Version: 1.1
Name: npy4chan
Version: 0.1.2
Summary: A trivial, minimalistic 4chan API wrapper.
Home-page: https://github.com/MineRobber9000/npy4chan
Author: Robert Miles
Author-email: milesrobert374@gmail.com
License: MIT
Description: npy4chan
        ========
        
        Very simple, minimalistic wrapper for 4chan's API.
        
        To create an instance of the wrapper::
        
            api = npy4chan.load()
        
        Attributes and methods::
        
            api.boards # dictionary of board identifiers and title (i.e; {"b": "Random"})
            api.getPosts(board, page=1) # Get list of thread on page <page> of <board>
            api.getThread(board,threadno) # Get posts from <board>'s thread <threadno>
        
        
Keywords: 4chan imageboard API
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
