Can anyone show me the way to create a bot in chatroom that updated cricket scores of live matches? Like every minute an update post?
Bot scores
Collapse
X
-
It can be done by API,
I have less coding knowledge...
I am explaining How we have done with php...
We were having sms long code..
LONG code provider send us each message as a php quiry we were storing that
In get.php?mobile=999999999&msg=dgddg+dggd+gdgdg
and then sent our users activation sms by using corn ..
And storing that in our database and displaying that on our site....
This process take about 1 minute and 30 seconds
(We have done same in sending cricket scroe, User write CRI and send on our long code we send him back cricket score back on his number.)
Ok..
Now come at nimbuzz,
Nimbuzz using XMPP scripting...
It is used in All instent messagers for peer to peer communication...
I have tried lo learn that but every thing gone from head.. :P
Comment
Comment