BotBotMe / botbot-web

Web interface for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
Other
152 stars 32 forks source link

Is there a way to import old logs from some other place? #121

Open sa2ajj opened 9 years ago

sa2ajj commented 9 years ago

We (Buildbot project) have been using an IRC logger for quite some time.

I'm looking at the task of hosting such a logger locally (so we could have a better control over how the things are shown in the archive). One of the things that we've been discussing is a possibility to import old logs. Is it possible? If not, what would be the place to look at?

yml commented 9 years ago

Importing legacy logs into botbot is fairly straightforward, you can do it using django ORM. We do not have a generic importer because so far every time we had to do this the source was different.

My understanding is that you want to do run a self hosted botbot instance. If you prefer to host your logs on https://botbot.me. You can also send us a request and your legacy logs we will take care of back filling your logs.

ghost commented 9 years ago

Hi @yml ... is there a preferred method for sending a request to import legacy logs? Thanks in advance!

mtrythall commented 9 years ago

@downeym We're currently pretty heavily backlogged. Your best bet is to contact beep@botbot.me but it will not be fast :(

ghost commented 8 years ago

An example script of how to do this (for example loading from a text file) when self hosting would be extremely helpful.