https://github.com/hampta/gamebanana2discord
Autorepost new posts from Gamebanana.com to Discord!
https://github.com/hampta/gamebanana2discord
Last synced: 8 months ago
JSON representation
Autorepost new posts from Gamebanana.com to Discord!
- Host: GitHub
- URL: https://github.com/hampta/gamebanana2discord
- Owner: hampta
- Created: 2022-08-05T06:19:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T19:34:46.000Z (about 3 years ago)
- Last Synced: 2025-02-22T23:13:28.707Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gamebanana2discord
A simple script to post GameBanana updates to a Discord channel.
## Requirements
- Python 3.6+
- PostgreSQL
## Installation
- Clone the repository
- Install the requirements with `pip install -r requirements.txt`
- Copy `.env.example` to `.env` and fill in the values
- Run the script with `python main.py`
## Usage
- Run the script with `python main.py`
- The script will automatically post new updates to the Discord channel
- To stop the script, press `Ctrl+C`