-
Notifications
You must be signed in to change notification settings - Fork 20
IRC logs #24
Comments
Let's generalize this to hosting all botbot.me logs |
I don't know much about IPFS. I'd need more information on what's involved to give you an answer. |
@ipmb it's a "distributed web" filesystem. all content (websites, data, arbitrary files) gets permanent content addressed, but also available with mutable addrs. think of IPFS like "git + bittorrent + web". for example, our website: https://ipfs.io -- can be accessed by any ipfs gateway:
And the content served is also accessible at content-addressed URIs:
What this boils down to is that -- with botbot.me -- we could:
And have URIs like:
|
I won't have time to take this on, but the project is open source. If you'd like to see this functionality, fell free to contribute. I recommend starting by opening an issue at https://github.com/botbotme/botbot-web and discussing the general approach you would take before writing any code. We would want to know that it wouldn't cause any maintenance burden prior to accepting a pull request. |
Will this issue be closed as there hasn't been activity in three years, GDPR is here and BotBotMe is closing in ten days? |
Yeah. We can reopen is there is any interest |
I don't know if there's a chan log already, but a bot creating it and storing it in ipfs looks like a great idea to me. The only issue is how to split messages into files:
Do we use a file for every day containing all the messages of the day? Or we divide them by the hour? Or some other way? By the day sounds the best for me.
The text was updated successfully, but these errors were encountered: