I have contributed to a ton of (free) information that was helpful and didn’t have the heart to delete all my posts that I spent days/months doing. Is there an easy way to bring all those over here?
I have contributed to a ton of (free) information that was helpful and didn’t have the heart to delete all my posts that I spent days/months doing. Is there an easy way to bring all those over here?
You can still use the authless Reddit API to scrape your old posts. Just add “.json” to the end of your URL, like so: https://www.reddit.com/user/jaschen/submitted.json
To get the next page, add “?after=AFTER” to the end after “.json”, where AFTER is the value you got from the preceding request. Unfortunately, I am not familiar with Lemmy’s API, so you’ll need to solve that yourself.