-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Is it possible to create an auto responder for whatsapp? #668
Comments
Is it possible? Sure! |
@dedmen My coding experience is limited, so I'd like to do it python as I have some experience with that. Are there any problems I might run into? Like limits in replying or anything else, I never experience those just typing / manually but I don't know if things are different when doing it automated? |
Youll get problems if you message people that dont know you.. And as Whatsapp is against automated systems they might sometime detect if youre answering unhuman fast so you may need to add a little delay.. But just Answering to people that message you shouldnt yield any problems. |
Ah yes, I see. Does this rule apply when the people that message me know This means I could (potentially / worst case scenario) have a 100 people or Any problems with those numbers? Are there any "written" limits (like X Thanks for the help so far :) ! 2015-03-03 13:17 GMT+01:00 dedmen notifications@github.com:
|
@Snowlav , will you abort using Whatsapp Official Mobile App? It won´t be possible using Yowsup and the official app together, ok? regards. |
@rodrigofaillace that's fine :) I am okay with going desktop app only for a first line of communication. |
They cant enforce other Limits than in real Whatsapp... And you can write 100 Messages in an Hour that should really be no problem. |
Check the #647? :) I use Yowsup for home Automation but your project is the same :) |
I am running an encyclopedia on +919963064258, Give it a try. There will be more features soon. |
Answer to a commment i got notified by email... Although i dont see the comment here... |
You can use my app for that (Root needed): |
4,84€? sick, i have the same script for free. |
Hi @dedmen how did you build the C++ Qt based Handler on top of Yowsup? |
@muglikar Qt Launches the python process and then takes the Process output and parses it using RegularExpressions |
Hi, we have a cloud system that can reply automatically. You can reply text, image (including subtitle), video (including subtitle) and audio.
I have a demo number, and backend. Write me if you are interested. hello (at) globalsend.com.ar Thanks |
@globalsend Can you share the Codes.? |
@dedmen I'm new to programming, could you explain more or share some pieces of the code? |
@godlikecs12 no i can't share my code. But basically its just running python and parsing its output using Regular expressions. Thats all there is to it. And every part of that is programming language specific |
@globalsend Hi, we have a cloud system that can reply automatically. You can reply text, image (including subtitle), video (including subtitle) and audio. Single keyword: where user send a keyword and the system finds a match and replies with text, audio, video or image. Thanks demo plis |
hey testing |
I use whatsapp A LOT for my business, and it would make a very very large impact on my communication if I could have a desktop application for it.
While that is possible, and they released a web app as well (yay!) I still have a lot of time where I am not at my desk, or have my phone with me.
Usually this means I come back and am bombarded with urgent messages and alike.
It'd be great if there was a way to respond to all the messages when I am not around, just a simple message with:
"Hey! Thanks for reaching me but unfortunately I am currently not available"
"For urgent matters that can not wait X minutes/hours please contact me at this number: "
That way I can give people an estimate on when I will be back, and give them a back up option to either call my private line, or my home where my wife usually will pick up the phone if it's really urgent.
I looked into some different options like patched apk's etc but nothing beats a desktop application.
Thank you for taking your time to read this, I hope someone can answer soon :)
EDIT: the title, have been reading up on Evan Spiegel and his baby snapchat, so I mixed the two up.
My bad.
The text was updated successfully, but these errors were encountered: