dhvcc / forwarding-bot

Migrate your conversation and forward messages from VK to Telegram
https://pypi.org/project/forwarding-bot/
MIT License
4 stars 2 forks source link

Backwards TG->VK support #3

Closed dhvcc closed 2 years ago

dhvcc commented 4 years ago

I don't think that's really necessary, but it would be a nice feature to have TG to VK support

InspectorDue commented 3 years ago

What do you mean? Sending messages via Telegram or getting messages from Telegram in VK I think the first one. And how it should look? Like I send command /send_message Then I choose the conversation, then I send some text or/and add some attachments. Then I press the button Send or if i change my mind Cancel.

dhvcc commented 3 years ago

So this should work in reverse to the current functionality Currently VK bot longpolls and watches for any new message in some convo Then the bot parses VK message and sends TG equivalent to TG convo

I will try to make better docs with examples

lolmaus commented 2 years ago

Would really love to see this feature.

dhvcc commented 2 years ago

@lolmaus I'll try to find some time to look at this issue later, though this will not be soon

dhvcc commented 2 years ago

I don't really think this is a priority as the main goal of the repo to migrate from VK. I'll reply to this issue if I find time and I'll implement it. This codebase needs rewriting, it's so messy