문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

You don't really need a server for this. Maybe you could use you experience with JavaScript to write a browser extension (for example for Chrome: http://code.google.com/chrome/extensions/index.html). A browser extension will have direct access to the Facebook page in your browser and it will make your life much easier to communicate this way with the Facebook server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top