Metadata-Version: 1.1
Name: gs_media_bot
Version: 1.2.0
Summary: Bot for posting media to GNU Social.
Home-page: https://gitgud.io/dtluna/
Author: dtluna
Author-email: dtluna@openmailbox.org
License: GPLv3
Description: gs_media_bot
        ==============
        Bot for posting media to GNU Social.
        
        Installation
        ------------
        
        ``pip install gs_media_bot``
        
        or
        
        ``python3 setup.py install``
        
        You can also install ``gs-media-bot`` package from AUR.
        
        Basic usage
        -----------
        
        Set the configuration parameters in the default location (``$XDG_CONFIG_HOME/gs_media_bot/config.json``) or supply it to the script with ``-c``.
        
        Configuration example:
        
        ::
        
            {
                "credentials": {
                    "server_url": "https://gnusocial.server",
                    "username": "username",
                    "password": "password",
                },
                "patterns": {
                    "~/My_Cool_Photos/my_photo.jpg": "Yet another photo!",
                    "~/Directory/With/subdirs/**": "random pic"
                }
            }
        
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
