13 lines
573 B
Markdown
13 lines
573 B
Markdown
# reddit-lemmy-importer
|
|
|
|
turn json files downloaded from https://the-eye.eu/redarcs/ into lemmy comms :D
|
|
|
|
this is effectively https://github.com/mesmere/RedditLemmyImporter but in rust and for a different type of archive
|
|
|
|
**NOTE: YOU MUST IMPORT BOTH THE POSTS AND COMMENTS BECAUSE I'M A LAZY PIECE OF SHIT**
|
|
|
|
## references
|
|
|
|
https://github.com/mesmere/RedditLemmyImporter (basically stole the sql stuff from there)
|
|
https://github.com/hexbear-collective/lemmy/tree/hexbear-0.19.5
|
|
https://github.com/hexbear-collective/lemmy/blob/hexbear-0.19.5/crates/db_schema/src/schema.rs |