this post was submitted on 11 Jul 2023
174 points (98.3% liked)

Reddit Was Fun

6494 readers
5 users here now

Memorial to "rif is fun for Reddit" Android app, aka "reddit is fun", shut down after June 30, 2023

founded 1 year ago
MODERATORS
 

One thing that annoyed me about moving to Lemmy was that I'd lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you're done.

https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I don't have my Reddit accounts anymore but I did backup a list of subs. Can I use that list with your tool?

[โ€“] [email protected] 2 points 1 year ago

Yes!

  • in the script comment out or delete lines 252-256
  • overwrite line 267 like this:

subs = ['subreddit1','subreddit2',etc]

  • run the script.

Should work. If you have questions or issues, let me know