masterchop

Results 52 comments of masterchop

I got the following error :+1: > error: the following arguments are required: --conversation-id Ugz1TPwdoBn9RXN4AaABAagB-YGbAQ, --message-text hola it always complain about the arguments so i am not sure how to...

OllieTerrance, thanks for the response but i am too new to python so i am not sure were to go from there but thanks that will help others with better...

is there any chance you could create a quick sample to send msg? i am using 'import os' to run the send_message.py and this is taking alot of resources, i...

I am not doing anything special, i am just importing the os module and do a system command: > os.system("send_message.py --conversation-id Ugz1TPwdoBn9RXN4AaABAagB-YGbAQ, --message-text hello ") But this code probably creates...

dude, i have been waiting for this for while, how do i use it. i am kinda new to python, i used the smtp solution as this one disconnected to...

Yes, i understand what you are saying for the variables but wont this one disconnects from the session too? Can i send multiple messages in a row? Also have you...

yes. something like that. My main goal is to have the hangups as a chatbot that i can write back and forward. I can request updates and stuff without port...

I am not able to send images, i get the following error: ``` Failed to send message: Request failed with status 3: 'Unexpected error' Task exception was never retrieved future:...

I got the text msg, then the error and terminal hang. Same behavior without image. I didnt supply this `CLIENT_SECRET_FILE = '/home/scarter/.google/sb_client_secrets.json'` As it wasnt called anywhere in the script...

I tried wit ha PNG and a JPEG file both with the same result. PATH: /home/chop/Scripts/images/2.jpeg The path is the home folder of the user executing the script.