Metadata-Version: 2.1
Name: guildwatcher
Version: 0.1.0
Summary: A discord webhook to track Tibia guild changes.
Home-page: https://github.com/Galarzaa90/GuildWatcher
Author: Allan Galarza
Author-email: allan.galarza@gmail.com
License: UNKNOWN
Description: # GuildWatche
        
        A discord webhook that posts guild changes (member joins, members leaves, member promoted) in a Discord channel.
        
        ![Travis (.org)](https://img.shields.io/travis/Galarzaa90/GuildWatcher.svg)
        [![GitHub (pre-)release](https://img.shields.io/github/release/Galarzaa90/GuildWatcher/all.svg)](https://github.com/Galarzaa90/GuildWatcher/releases)
        [![PyPI](https://img.shields.io/pypi/v/GuildWatcher.svg)](https://pypi.python.org/pypi/GuildWatcher/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/GuildWatcher.svg)
        ![PyPI - License](https://img.shields.io/pypi/l/GuildWatcher.svg)
        
        ## Requirements:
        * Python 3.5 or higher with the following module:
            * requests
            * tibia.py
        
        ## Configuring Webhooks
        1. On the desired channel, go to its settings and click on the **Webhooks** section.
        1. Click on **Create Webhook**.
        1. Change the bot's name and avatar to whatever you prefer.
            * You can also edit config.json to override the bot's username and avatar
        1. Rename **config-example.json** to **config.json** and edit it.
            * "*name*" and "*avatar_url*" are optional parameters, they can be left blank or removed. 
            If used, those values will be used instead of the ones set in the webhook configuration screen in discord.
            * Add as many guilds as you like. If "*override_name*" or "*override_image*" is used, the message will show the 
            guild's name and/or picture instead.
        1. Run the script.
        
        ## Current Features
        * Announces when a member joins
        * Announces when a member leaves or is kicked
        * Announce when a member is promoted or demoted
        * Announce when a member changes name
        * Announce when a member's title is changed
        * Multiple guilds support
        * Webhook URL configurable per guild
        
        ## Known Issues
        * Renaming a rank would trigger all rank members getting announced as leaving and joining back.
        
        ## Planned features
        * Configurable scan times
        * Check invites
        
        ## Example
        ![image](https://user-images.githubusercontent.com/12865379/29383497-7df48300-8285-11e7-83c3-f774ad3a43a8.png)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Description-Content-Type: text/markdown
