According to researches by the adsmember team
रेपो लिंक:
ऐसा करने के बाद, आपको अपने एसए को Google समूह में जोड़ना होगा या आप सभी एसए को टीमड्राइव में जोड़ने के लिए add_to_drive पायथन स्क्रिप्ट जोड़ना होगा। लेकिन मेरा सुझाव है कि आप कुछ समय निकालें और सभी सेवा खाता मेल को Google समूह में जोड़ें। मैं JSON फ़ाइलों से ईमेल पढ़ने के लिए अपने GitHub पर एक स्क्रिप्ट डालूंगा और एक बार में 10 ईमेल को आसानी से कॉपी-पेस्ट करने के लिए इसे टर्मिनल पर प्रिंट करूंगा। जब मैं उस स्क्रिप्ट को आगे बढ़ाऊंगा तो मैं यहां अपडेट करूंगा।
source
I got the bot set up on telegram to where it will respond to my commands, but it never actually sends anything to my shared drive.
Excellent …. Very nice ………waiting for new vlogs
vps server how to deploy this bot gdrive to gdrive clone bot pleae tutorials
I get this error when running python3 -m bot command. Please tell me how to fix it.
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "/home/runner/Telegram-CloneBot/bot/__init__.py", line 4, in <module>
import telegram.ext as tg
ModuleNotFoundError: No module named 'telegram'
I got an error at 3:54 edu mail is mandatory?
Is says unauthorized when i ran "python3 -m bot" command
where can i found owner id
I followed each step thoroughly but while deploying in heroku it shows – /app/.heroku/python/bin/python3: No module named bot (in the final step of video)
Plz make a video to add 200SA to this bro
Kuch ve samjh nahe aya but acha laga 😅 kya koe samjha sakta he k se creat karte hen
what is authorised id in your notepad? i have bot id what is it
Can I do this on termux?
I wish you would redo this with less jumping around and less mouse movements that are not required … more specific intention and a bit of clarity in the process goes along way.
at=error code=H14 desc="No web processes running" method=GET path="/" host=cfclonebot.herokuapp.com request_id=3c4fb2c1-e55a-44ac-a727-b3d0f1a3c0a2 fwd="186.84.161.6" dyno= connect= service= status=503 bytes= protocol=https
what that means? sorry
showing error ModuleNotFound googleclient
Hola , quisiera saber si me pude ayudar ha hacer uno o si me lo pudiera hacer
You didn't actually showed the creation of bot you made and how you connected it….
For the destination id in bot, should we add the full url or the folder id??
when I /clone link destination ID, it showed "HttpError 404 when requesting ……returned "File not found: 1TbPFJpeiLdE2yplISH4iiaKASkXo2kKW."
thanks bro superb do more video like this
thanku so much brother
What to type in AUTHORISED_USERS field in config.py
how to fix error 403: access_denied ?
can I get a ready bot from any server, and clone it?
with the commands and everything?
Bro when i run python3 – m bot
It says
No module named telegram
Plz help
Done everything shown in here. When sending the command and link to the bot, it replies "cloning link" and then showing no result, not even cloning in drive
does it also clone from td's tht I've access too?
Starting process with command `python3 -m bot`
2020-10-23T02:44:51.710745+00:00 heroku[worker.1]: State changed from starting to up
2020-10-23T02:44:54.189538+00:00 app[worker.1]: 2020-10-23 02:44:54,189 – bot – INFO – Bot Started!
2020-10-23T02:44:55.641958+00:00 app[worker.1]: 2020-10-23 02:44:55,641 – bot – INFO – Authorizing with 0.json service account
2020-10-23T02:44:55.643868+00:00 app[worker.1]: 2020-10-23 02:44:55,642 – telegram.utils.promise – ERROR – An uncaught error was raised while running the promise
2020-10-23T02:44:55.643870+00:00 app[worker.1]: Traceback (most recent call last):
2020-10-23T02:44:55.643871+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/telegram/utils/promise.py", line 57, in run
2020-10-23T02:44:55.643872+00:00 app[worker.1]: self._result = self.pooled_function(*self.args, **self.kwargs)
2020-10-23T02:44:55.643873+00:00 app[worker.1]: File "/app/bot/decorators.py", line 10, in wrapper
2020-10-23T02:44:55.643873+00:00 app[worker.1]: return func(*args, **kwargs)
2020-10-23T02:44:55.643874+00:00 app[worker.1]: File "/app/bot/__main__.py", line 54, in cloneNode
2020-10-23T02:44:55.643874+00:00 app[worker.1]: gd = GoogleDriveHelper(GFolder_ID=DESTINATION_ID)
2020-10-23T02:44:55.643874+00:00 app[worker.1]: File "/app/bot/gDrive.py", line 44, in _init_
2020-10-23T02:44:55.643875+00:00 app[worker.1]: self.__service = self.authorize()
2020-10-23T02:44:55.643875+00:00 app[worker.1]: File "/app/bot/gDrive.py", line 286, in authorize
2020-10-23T02:44:55.643876+00:00 app[worker.1]: scopes=self.__OAUTH_SCOPE)
2020-10-23T02:44:55.643877+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/google/oauth2/service_account.py", line 228, in from_service_account_file
2020-10-23T02:44:55.643877+00:00 app[worker.1]: filename, require=["client_email", "token_uri"]
2020-10-23T02:44:55.643878+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.6/site-packages/google/auth/_service_account_info.py", line 72, in from_filename
2020-10-23T02:44:55.643878+00:00 app[worker.1]: with io.open(filename, "r", encoding="utf-8") as json_file:
2020-10-23T02:44:55.643882+00:00 app[worker.1]: FileNotFoundError: [Errno 2] No such file or directory: 'accounts/0.json'
showing error ModuleNotFoundError: No module named 'telegram'
what is 5. 1376608732
Showing msg to edit not found
Tried cloning.. it have error like eof ect.
helloi have already set up aurclone and gclone on my local machine. so i guess i dont need to do all steps explained in this video tutorial, so kindly guide me what should i do? i have SAs on my gclone folder, so should i copy it to bot root folder? and what next? we dont need to add rclone.config file?
what to type in owner id while in config