William Casarin
unread,Mar 17, 2024, 9:04:14 AM3/17/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sembene_...@simplelogin.com, Daniel Daquino, pro...@damus.io, d...@damus.io
On Sun, Mar 17, 2024 at 09:12:18AM +0000, William Casarin wrote:
>On Sun, Mar 17, 2024 at 08:44:31AM +0000, William Casarin wrote:
>>On Sun, Mar 17, 2024 at 03:08:41AM +0000, sembene_truestar via product wrote:
>>>Hey Will,
>>>
>>>I know code is hosted and mirrored on your git repo, however I am not
>>>sure if you have a backup of github issues.
>>>
>>>Do you have a backup/ a way to copy github issues to your git preparing
>>>for the github rugpull?
>>
>>We need to sync it down with the API somehow. As long as we have the raw
>>data we can convert everything to gitstr eventually.
>
>I found a script that does this. I will create a repo that periodically
>exports this data as a backup.
I've exported our github data as json at these remotes:
http://git.jb55.com/damus-github-export
git clone
https://github.com/damus-io/github-data-export
git clone git://
jb55.com/damus-github-export
The data can be found in the `exported` directory.
Now that we have data in this form, we have the ability to convert these
to gitstr.
Cheers,
Will