dnh-bot / dnh-werewolf-bot

DNH Werewolf Discord bot
The Unlicense
10 stars 7 forks source link

Define a class for online json text database #185

Closed huybt22 closed 5 months ago

huybt22 commented 6 months ago

Why? JSON file modifications on the free hosting service are in empharal state, modified data will be lost when the service goes to sleep.

This will be also useful for storing ranking board online.

Current idea: Use Github Gist API, easy implementation and data maintainable https://docs.github.com/en/rest/gists

Stanley00 commented 6 months ago

You can use this for easy integration with the bot code: https://pypi.org/project/github-gists/