Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward Edited message feature #5

Closed
cruz221 opened this issue Jun 20, 2024 · 11 comments
Closed

Forward Edited message feature #5

cruz221 opened this issue Jun 20, 2024 · 11 comments

Comments

@cruz221
Copy link

cruz221 commented Jun 20, 2024

Thank you for your work, it's works properly :)
It seems the script does not recreate Edited messages in the destination, how can I add the function?

@MohammadShabib
Copy link
Owner

currently no, am planning to see if this is possible to be implemented

@lion2131
Copy link

the folder "resources" has only the credentials file; can you provide the other templates?

@MohammadShabib
Copy link
Owner

Hi, there is 3 files used

credentials.json

{
    "api_id": "12345678",
    "api_hash": "abcdef1234567890abcdef1234567890",
    "phone_number": "+1 123 456 7890"
}

chats.json

[
    {
        "id": -1001234567890,
        "title": "Example-Chat",
        "type": "Channel"
    }
]

forwardConfig.json

[
    {
        "sourceID": 123456789, 
        "sourceName": "sourceGroup", 
        "destinationID": 987654321, 
        "destinationName": "destinationGroup"
    }
]

@manupatell
Copy link

Hello sir does this work on render and in koyeb platforms

@lion2131
Copy link

lion2131 commented Sep 26, 2024 via email

@manupatell
Copy link

So Not with Windows with Python installed? Il Gio 26 Set 2024, 14:59 Raghu Ram @.> ha scritto:

Hello sir does this work on render and in koyeb platforms — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLPE5JQJ2EYH2S4K2YW7T2DZYQAK7AVCNFSM6AAAAABJTZ3HV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZWHA4DINBZGY . You are receiving this because you commented.Message ID: @.
>

I have done in my pc but I can't run my pc for 24/7 so I have an ubuntu vps may I know how to run on it

@lion2131
Copy link

I managed.. that's excellent!.
I want to create an EXE to start up with windows that automatically start the Live Forwarding; is there a direct command in your bot to skip the questions and start immediately the service?
thanks

@manupatell
Copy link

manupatell commented Sep 30, 2024

Yes same I am also thinking same

@MohammadShabib
Copy link
Owner

So Not with Windows with Python installed? Il Gio 26 Set 2024, 14:59 Raghu Ram @.> ha scritto:

Hello sir does this work on render and in koyeb platforms — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLPE5JQJ2EYH2S4K2YW7T2DZYQAK7AVCNFSM6AAAAABJTZ3HV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZWHA4DINBZGY . You are receiving this because you commented.Message ID: _
@**
.**_>

I have done in my pc but I can't run my pc for 24/7 so I have an ubuntu vps may I know how to run on it

Hi, you can run it as a service or us Tmux i usually run it using tmux on cloud

@MohammadShabib
Copy link
Owner

I managed.. that's excellent!. I want to create an EXE to start up with windows that automatically start the Live Forwarding; is there a direct command in your bot to skip the questions and start immediately the service? thanks

unfortunately there is no option but am planning to add it in the future

@lion2131
Copy link

hi
creating the exe is 5 min with pyinstaller.
Can you provide me the command in python to activate directly the live forwarding in python, please?
eg: python forward.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants