Reddit Migration

33 readers
1 users here now

### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/

founded 1 year ago
151
 
 
152
 
 

When I put log in credentials it shows a pop up saying logged in and that's it. The account does not login and can't participate. Posting this from liftoff as logging in from laptop do not work.

153
 
 

https://github.com/andrewbanchich/shreddit

I opened terminal with my comment.csv put in the desktop

  1. I did cargo install shreddit

  2. Then made the reddit app credentials

  3. Then did shreddit --username YouRedditUsername --password YourSuperSecretPassword123 --client-id clientidreplace --client-secret clientsecretreplace --gdpr-export-dir ~/Desktop/comments.csv

With the relevant information replaced with my own. But after I click enter nothing more happens like a message saying deleting or anything like that. Just cursor blinking. So do I just leave it alone or did something go wrong?

Update : Using the shreddit-linux file ended up working for me. On Linux to run it I had to right click it then go to properties and then allow executable. Then to run it in terminal I had to go to the directory shreddit-linux was in and type ./shreddit-linux.

Also, you have to make sure you extract all the GDPR files together. If it is missing one it needs you get an error, so after some error messages extracting everything fixed it for me and got it to start deleting.

154
 
 

Archiveteam's Reddit project is working to save reddit content from the hungry maw of corporate destruction.

Archiveteam (AT) is a group which according to their website,

is in no way affiliated with the fine folks at ARCHIVE.ORG

However, the goals and philosophy of archive.org, aka The Wayback Machine, aka The Internet Archive do have significant overlap with AT. AT is coordinated by a staff member of archive.org, and the products of their work are typically donated to archive.org.

They do missions to save particular collections of internets which are under imminent or generalized threat of deletion. One way to participate is by installing their custom Warrior VM software on your computer and it will use your home internet connection to pretend to be a user and systematically crawl/save the material in a coordinated fashion which evades detection.

There can be other tasks if you can't or don't want to run that software. For example if the Warriors are triggering captchas, they can forward the captchas to users who sit around solving them. So you can solve captchas on other people's computers so those computers can proceed unattended.

Here is the tracker showing the moment to moment progress. At time of writing it display 13.58 billion items weighing in at 3.06 petabytes (3,060,000 GB).

Here is a reddit post from a month ago going over this specific project.

You can find more comprehensive info on their website. They coordinate via IRC.

155
 
 

Today I just noticed, after trying to convert a reddit link (from this sub!), that teddit is no longer working.

We all knew this was coming. Even so...

156
 
 

Reddit could be working on a Contributor program, letting top contributors earn real-world money from the gold and karma they receive.

157
158
 
 

It took several weeks but I finally got my Reddit data export for my account. If it wasn't already obvious, the direct messages there are not encrypted in any meaningful way. One interesting variable I found was in the file named "statistics", there's a variable named "is_deleted" which is set to false. This makes me wonder if, when you "delete" your account, they just flip this variable to disable login but still retain all of your user data. The file names are pretty self explanatory on what they contain, but the if you're curious, the files in the export are:

account_gender.csv
approved_submitter_subreddits.csv
chat_history.csv
checkfile.csv
comment_headers.csv
comments.csv
comment_votes.csv
drafts.csv
filelist.txt
friends.csv
gilded_comments.csv
gilded_posts.csv
hidden_posts.csv
ip_logs.csv
linked_identities.csv
linked_phone_number.csv
message_headers.csv
messages.csv
moderated_subreddits.csv
multireddits.csv
poll_votes.csv
post_headers.csv
posts.csv
post_votes.csv
reddit_gold_information.csv
saved_comments.csv
saved_posts.csv
scheduled_posts.csv
statistics.csv
subscribed_subreddits.csv
twitter.csv
user_preferences.csv

159
 
 

The 3D Printing Subreddit has moved to forums.rhombik.com/c/3d_printing . But I can't seem to find it in kbin's search. There was a previous thread asking a similar question about another migrated sub, but based on the solution there, my best guess was that I should go directly to https://kbin.social/m/3d_printing@forum.rhombik.com to subscribe. But that gives me a 404. I've tried the variants with the D and/or the P capitalized, since I gather kbin is picky about that, but no luck. I've also tried it with and without an exclamation point, though I'm pretty sure in this context I'm not supposed to use that.

Anyone know how to do this? Is there any way to make it work?

160
 
 

When I tried Mastodon, I found I couldn't get the content I'm interested in there. I'm not really interested in following specific people; instead I want to see posts that fit my interests, regardless of who made them. Hence (apparently very unpopular on the Fediverse), I actually want an algorithm that can create a personalized content feed for me. Is there a platform that has that?

161
 
 

cross-posted from: https://lemmy.ca/post/1418762

I've made a number of improvements since the last time I was posting about my extension. The update is now available on both Firefox and Chrome web stores.

For questions / support: !instance_assistant@lemmy.ca

TLDR: See the respective download pages on Firefox & Chrome. The screenshots and features list are mostly self-explanatory.

Note on versions:

  • Firefox has a more recent 1.2.1 version, because my build script missed some files while uploading v1.2.0. It doesn't look like Chrome had this issue.
  • I'm uploading v1.2.2 to both stores today, which will bring the two missing features to Chrome as well. After 1.2.2, all browsers should have the same features. See below for details.

So how is this different from other similar extensions?

You may have noticed the extension's name changed to be more generic (and include Kbin 🥳). I'm trying to make this a more well-rounded extension, and that means I've incorporated some features from the other extensions, in my own way.

Lemmy Links, Kbin Links, and the other forks:

This is a great extension that replaces links on your page with versions that go to your home instance. However, in order for this to work, it needs to recursively check every element on your page whenever DOM content (the stuff the browser is reading) changes. This is somewhat resource intensive, and while testing I ran into lag and freezing issues. As such, I decided to not include this functionality in the same way.

Instead, I've added a right click context menu that does the same thing. This way the user can pick which links they want the extension to convert, and it's a lot more efficient resource wise. While it's an extra click, I felt this was a reasonable compromise. However, I'm open to feedback!

NOTE: The context menu is available on Firefox, and it will be available in Chrome in about a week, depending on when they approve my update.

Lemmy Home Instance Helper

This is another extension which checks if you are logged in to an instance, and it creates a button to the search page if you are not. As my extension creates a button on any foreign instance, the search page is only helpful when a community hasn't been loaded into your home instance yet (ex. because you're the first one to try accessing it).

To deal with this, my extension modifies the "Community not found" pages with more instructions, as well as buttons to trigger the fetch process or to open the community elsewhere. See this screenshot for an example. Again, open to feedback!


As always, I'd love to collaborate with other people while building this. I'm still cleaning up my code, but feel free to look at the GitHub. If this extension gets popular, I will definitely need help for translations and for things like getting the extension on Safari (I don't have a recent Apple device to sign the extension with).


Note on permissions:

  • The current versions request "Access to all sites". This is because the extension needs access to any page that contains "/c/", "/m/", or "/post/" in order to create the sidebar buttons. While the extension only looks for those pages, it will show up as "Access to all sites" when installing. Once I have a proper welcome message and settings page, I plan on making this permission optional so you can just use the popup menu if you would like.

Summary of Recent Changes:

  • Added support for Kbin
  • Fixed issue where button wouldn't load when navigating to a community within Lemmy (available on Firefox, should be on Chrome in a week).
  • (NEW) Right-click context menu on Lemmy/Kbin community links to let you open them directly. You can test them out here: https://lemmy.ca/post/1282303 (available on Firefox, should be on Chrome in a week)
  • (NEW) Information and buttons added to "Community Not Found" error pages to let you fetch the community or open it elsewhere.
  • Updates to sidebar button to state the current selected instance and provide more detailed instructions as a dropdownList
  • Refactored the code to remove more unnecessary permissions.
  • Another pile of bugfixes, UI improvements, and better wording for instructions.

Future Plans:

  • This is complete and will be in v1.2.2. ~~Bringing over the new changes to Google Chrome. Since chrome requires Manifest 3, I still need to iron out some issues with the service workers. The missing features are all related to the background processes that are running on the Firefox version~~
  • Pushing to other browsers: Microsoft Edge & Opera are still reviewing v1.2.0. Unfortunately, I don't have any immediate plans for Safari, as I don't have a device that can sign the extension. I am looking into getting help for that.
  • Setting up a proper Welcome page, Settings page, and Options menu to allow users to turn off features that they don't like. This will also let me make "access to all sites" optional.
  • Finishing the translations' setup so that people can contribute other languages to the extension.
  • Adding an option to save your own instances to the popup, for those that have multiple home instances.
162
 
 

Many are turning to Lemmy as a viable Reddit alternative. Here is how to use your existing Mastodon account with Lemmy.

163
 
 

XPost for visibility. Hoping the linking works, don't know just yet. Spotted a few devs are active in this sub so this might be a project right up their alley.

164
 
 

@RedditMigration Are you guys friends with your wife's boyfriends? Is there a forum for that here?

165
 
 

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.

166
 
 

A few weeks ago I submitted a request to Reddit for a copy of my data. In the meantime I got bored of waiting and deleted my account. I thought I would not receive my data, but yesterday I woke up to an email with a link to a file with all my data in!

So to all those who are waiting to receive your data before deleting your account, as long as you have a verified email address associated with your account, you can go ahead and delete your account and you’ll still receive your data!

167
 
 

TL;DR: I made a styled version of Reddit for Kbin instances for people participating in the reddit migration. Inspired mostly by Old Reddit, but it actually has a dark mode!

168
 
 

Just wanted to say that I love how people are using the upvote and downvote feature here as they don't seem to be used as agreement/disagreement but rather valuable or hindering to the conversation.

I really feel like I can express any opinion on here and start controversial discussions as long as I'm not malicious to anyone.
Disagreements are mostly stated in replies which promotes conversation and growth. There is currently no reason to be scared about being wrong.
I hope that this is not just a product of the smaller userbase compared to reddit but rather how upvotes/downvotes/boosts are laid out to the user.

169
 
 

So I got used to the new Reddit UI, but I want to move to Kbin because Reddit is slowly dying. But I have a hard time adapting to the Kbin UI. Is it a third-party Kbin UI that looks like the new Reddit UI?

170
 
 

When I first started the timeline thread for reddit GDPR/CCPA requests, https://kbin.social/m/RedditMigration/t/50981/Reddit-Data-Retrieval-Request-timeline-thread it seemed virtually no one got theirs.

Now, 11 out of 15 have received it. I even got mine via email, despite being permabanned and then deleting my account afterwards. Also, they are really pushing it, but so far no one seems to have gone over the deadline.

I do note that I seem to have gotten mine later than some others who put in requests later than I but got theirs earlier. In my case they were just one day shy of 30 days - but I did a request under 'Other' rather than GDPR or CCPA.

Hopefully this provides hope for others who want to grab their archive from reddit.

171
 
 

I ran into the profile limit so no more comments show up, but they are still on reddit with the csv file having links to the ones that haven't been deleted. There's too much for me to do it manually so would appreciate help if there's some tool to automate the process.

172
 
 

Reddit account.....deleted. Kbin seems to have a better "signal to noise" ratio IYKWIM

#RedditMigration

173
 
 

I don't know if Reddit is just trying to be a dick or what, but as I started to delete some comments, I'm not able to see any comments in my profile "hasn't commented on anything", but if I visit actual posts where I've commented, I can clearly see my comments there.

Does anyone know what's going on? Not even Redact or Power Delete Suite can see those comments, either :/

174
 
 

Data shows the micro-blogging website has been shedding users since early 2023, not long after Elon Musk’s takeover

175
 
 

im currently migrated here if you wondering why i got banned here is context:
im was posting reaction images on r/gachalifecringe and reaction images was this:
Child porn text:https://preview.redd.it/does-anybody-have-that-image-with-big-silver-letters-that-v0-t5mn9g9k54ma1.jpeg?width=1067&format=pjpg&auto=webp&s=5ee509679c7dd214e2398bc271e86e9348ceafa1
big jack horner holding child porn text orb
live gun reaction
and finally a horrifed man
after i posted this reddit banned me for sexulatizing (sorry i dont know spell this word) minors.
there was nothing wrong with it was child porn text sign, there is was no nude minor or something, i didnt promote child porn, WTF reddit why you banned i didnt nothing
(btw sorry for if im made bad english here)

view more: ‹ prev next ›