Metadata-Version: 1.1
Name: flickr2markdown
Version: 0.1
Summary: A tool to get a number of flickr uploads or single pictures and create markdown strings out of them
Home-page: https://github.com/xsteadfastx/flickr2markdown
Author: Marvin Steadfast
Author-email: marvin@xsteadfastx.org
License: MIT
Description: Fetches last Flickr Uploads and convert them to markdown syntax for using it in a markdown blogging environment. For example with `pelican <http://getpelican.com>`_.::
        
                Usage: flickr2markdown [OPTIONS]
        
                Options:
                  --version                    Show the version and exit.
                  --user TEXT                  Flickr Username
                  --count INTEGER              Number of last pictures to fetch
                  --id TEXT                    ID of a single image
                  --size [small|medium|large]  Image size: small, medium, large
                  --help                       Show this message and exit.
        
        
        Installation
        ------------
        
        ``pip install flickr2markdown``
        
        
        Config
        ------
        
        The config is needed for the flickr API key. It needs to be located in ``~/.flickr2markdown``. You can obtain a flickr api key `here <https://www.flickr.com/services/apps/create/apply>`_.
        
        Example::
        
                [API]
                key = abc123
        
Keywords: markdown,flickr
Platform: any
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
