reddit-lemmy-importer/README.md

13 lines
573 B
Markdown
Raw Permalink Normal View History

2024-11-23 14:05:08 +13:00
# reddit-lemmy-importer
2024-11-23 14:38:23 +13:00
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