Metadata-Version: 2.1
Name: memeoverflow
Version: 0.7.1
Summary: Setup script for the memeoverflow package
Home-page: https://github.com/bennuttall/meme-overflow
Author: Ben Nuttall
Author-email: ben@bennuttall.com
License: UNKNOWN
Description: =============
        Meme Overflow
        =============
        
        .. image:: https://badge.fury.io/py/memeoverflow.svg
            :target: https://badge.fury.io/py/memeoverflow
            :alt: Latest Version
        
        A simple framework for Twitter bots creating memes from Stack Exchange
        questions.
        
        Take questions posted on a particular Stack Exchange site, generate a meme out
        of them and tweet them.
        
        Uses the following APIs:
        
        - `Stack Exchange`_
        - `Twitter`_ (via `Twython`_)
        - `imgflip`_
        
        .. _Stack Exchange: https://api.stackexchange.com/
        .. _Twitter: https://developer.twitter.com/en/docs/api-reference-index
        .. _Twython: https://twython.readthedocs.io/en/latest/
        .. _imgflip: https://api.imgflip.com/
        
        Instances
        =========
        
        * `@pi_stack`_ (Raspberry Pi)
        * `@overflow_meme`_ (Stack Overflow)
        * `@worldbuildingme`_ (World Building)
        * `@askubuntumemes`_ (Ask Ubuntu)
        * `@stackamemia`_ (Academia)
        
        .. _@pi_stack: https://twitter.com/pi_stack
        .. _@overflow_meme: https://twitter.com/overflow_meme
        .. _@worldbuildingme: https://twitter.com/worldbuildingme
        .. _@askubuntumemes: https://twitter.com/askubuntumemes
        .. _@stackamemia: https://twitter.com/stackamemia
        
        Run your own instance. See `GitHub`_ for more info.
        
        .. _GitHub: https://github.com/bennuttall/meme-overflow
        
Keywords: twitter,stackoverflow,stackexchange,meme,imgflip
Platform: ALL
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment
Requires: requests
Requires: twython
Requires: logzero
Requires-Python: >=3.6
Provides-Extra: test
