-
Notifications
You must be signed in to change notification settings - Fork 31
Is this works with only chats. or can we use it to download big files to our server from telegram server #4
Comments
I don't really understand the question... |
Just read the README: |
Ok , does this work for all , like a public bot , I send a file to the bot and it simply download the file to the server , , and any size limit , if I forward a film to the bot it will download to our server right ,any size limits like 50mb or 1.5 gb |
I'm not sure about size limits for downloads as a normal bot, but there are definitely no limits as a userbot (Just the usual 1.5GB from telegram). |
What's does it mean , a userbot , is it different from that we created using botfather , and one more can I able to host it in Python anywhere and backup server as google drive to store the files , |
A userbot is a program that runs just like a normal telegram client. (The normal stuff, telephone number, validation code, No botfather). Check the configuration section in my README. |
yeah , got it , look like i need to study about userbot , , if you have any information about user bot you can pass it , yeah that needs to be coded , i am not an expert in coding , just know the basic , as i have already a git repo which uses aria2 to download the file to server and then upload that to google drive , but that is written in node.js , also connection to server back end as google drive is not possible i think, because when i looked for it there is nothing which can download directly to gdrive there are some service which help to download url to gdrive but implementing that to the api level it seems very difficult task especially in python , maybe you can try and implement this as a feature later , |
Actually, I don't think that I'll ever implement this feature, since I don't use google drive and I don't have any motivation to do so ;). That's why I can't help you with the google drive stuff as well. I have no Idea how it works :D. But if you manage to find a way for achieving your goal, feel free to create a Pull request, I'll be happy to review. |
ok i will try this ,but i am not sure about the success rate , as i am not a code guru and dont know much about the python , |
There is not much to it. |
ok so in your script it is based on telethon or it has userbot function ? |
My bot uses telethon and thereby it features either userbot or normal telegram bot functionality, depending on the configuration..... |
ok thank you , i will try to host in my vpn, and let you know if anything comes , |
https://medium.com/@annissouames99/how-to-upload-files-automatically-to-drive-with-python-ee19bb13dda .this is what i am looking for but dont know how to implement in your script , will try |
No description provided.
The text was updated successfully, but these errors were encountered: