Metadata-Version: 1.1
Name: moesearch
Version: 0.1.6
Summary: archive.moe Search REST API Library
Home-page: http://github.com/alfateam123/moesearch
Author: alfateam123
Author-email: alfateam123@gmail.com
License: UNKNOWN
Description: MoeSearch
        =========
        
        A stupid Python library for [archive.moe](https://archive.moe) (ex FoolzArchive) REST API.
        
        Useless binaries included.
        
        BEWARE
        ------
        
        This software is experimental, use it at your own risk.
        For those who want to try this...  
        [PyPI archive](https://pypi.python.org/pypi/moesearch/)
        
        Quickstart
        --------
        
        (You can check the executables in /bin folder).
        FoolFuuka docs are [at foolz.us](http://www.foolz.us/docs/foolfuuka/documentation.html#rest-api)
        ```py
        >>> import moesearch
        >>> print(moesearch.search(text="woxxy")[2].comment)
        >>112732805
        Fuck Woxxy.
        >>> print(moesearch.index("a", 1)["112834776"].op.media.media_link)
        http://data.archive.moe/board/a/image/1366/74/1366741186747.jpg
        >>> print(moesearch.post("a", 112766871).board.short_name)
        a
        >>> print(moesearch.thread("a", 112800651).posts[0].comment)
        >>112800651
        I fucking went grocery shopping all the time when I was a kid. I didn't have qt lesbian friends to go with though.
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Classifier: Topic :: Software Development :: Libraries :: Python Modules
