sancahc / lucas-telegram

Bot de Telegram
GNU Affero General Public License v3.0
1 stars 0 forks source link

Persistent storage #2

Open fczuardi opened 6 years ago

fczuardi commented 6 years ago

For commands that requires some kind of memory, like #1 a way of dinamically addning new info to the bot's memory is important.

This issue is about adding some persistent storage, either a simple filesystem based or nice db (level or flumedb maybe)

fczuardi commented 6 years ago

hmm, if we are deploying it with now.sh, having the data on the same server as the bot wont work, we would have to keep a backup somewhere else to keep the data between deploys...

backing up on Dat would be cool...