Metadata-Version: 2.1
Name: jambottle
Version: 1.0.0
Summary: A bot that announces new itch.io jam entries to a discord channel
Home-page: UNKNOWN
Author: Natalie Fearnley
Author-email: nfearnley@gmail.com
License: MIT
Project-URL: Source, https://github.com/nfearnley/jambottle
Project-URL: Tracker, https://github.com/nfearnley/jambottle/issues
Description: # Jam Bottle
        by Natalie Fearnley
        
        A bot that announces new itch.io jam entries to a discord channel
        
        ## Requirements
        python >= 3.8
        
        ## Installation
        `pip install jambottle`
        
        ## Configuration
        Configuration file location:
        `"C:\Users\[username]\AppData\Local\Natalie Fearnley\jambottle\conf.json"` on Windows
        `/home/[username]/.local/share/jambottle/conf.json` on Linux
        
        Open the file and add a `jamurl` and `webhookurl`.
        
        Optionally you can set a `delay` to the number of minutes you want jambottle to wait between checking for new entries.
        
        An example [conf.json](/examples/conf.json) is available in the examples directory.
        
        
        ## Running
        To run the bot just type `jambottle` in the command line.
        
        The bot will check for new entries (by default, every 5 minutes) and then post any new entries in the webhook channel you have provided.
        
        When the bot first runs, it will skip any previous entries, and start posting entries as they are added.
        
        If you stop and restart the bot, it will keep track of where it last left off and continue posting entries from there.
        
        If you'd like to repost all entries from the beginning, just run `jambottle --catchup` to reset the entry tracking.
        
Keywords: game,space,simulator
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
