this post was submitted on 15 Nov 2023
12 points (70.0% liked)

Asklemmy

43340 readers
2067 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
12
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

How to move forum from telegram to Lemmy, of course if possible (al least all info dialogue, foto etc).

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

well... it can be done IMO, but there's no one-click solution.

I don't know the inners of Lemmy too much, but at first, without any reading up, my approch would be first create a Telegram bot and invite it to every channel you want to migrate to Lemmy as a Community or post in a community. Not sure how would you like to lay out channels in Lemmy, but let say this time it will be community/channel and one message in channel will be a post in Lemmy, and threads of messages/first replies of that message would be lemmy comments.

but either way, according to any logic, this Telegram bot would export all messages in a structured way; json or straight to sql. With this, Telegram part done, but for all the info you need to setup your Lemmy.

on your lemmy, the people used your Telegram channels should make an account. Make note of their IDs, your Telegram bot should do the mappings. if it's irrelevant, link everything to a dummy/bot user

now this is the part I'm not sure of if possible, but the rest should be just the matter of merging your export into Lemmy db, to create communities, posts, comments. Probably media uploads are neccessary too. and you should see your Lemmy populated. yonly thing is, there would be no scores for the imported data, but users should have posts and comments.

this is all theoritical, of course.