Apple Releases

License
Stars
LoC
Discord Invite

Get notifications in your Discord server of any software releases from Apple.

Running

To locally host your own instance, create a Discord bot and follow these steps…

  1. Clone this repository

  2. Create a virtual env and install dependencies

     python3 -m venv --upgrade-deps env
     source env/bin/activate
     pip3 install -Ur requirements.txt
    
  3. Create a .env file with the contents AR_TOKEN=<TOKEN>, replacing <TOKEN> with your bot token.

  4. Start your instance

     python3 bot.py
    

Support

For any questions/issues you have, join my Discord.

GitHub

View Github