I want to develop a chatbot that sometimes sends messages on its own. That means it have to become active by itself. How can I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best method is to create a standalone application (in whatever language you choose) then create a crontab / windows scheduler entry to run the application. The application doesnt need to run in a browser to connect to a web based application.