+ 3
How do I add an IP search in this code and what line do I put it in?
https://code.sololearn.com/W0z2Ut7k12ev This is the link to the code I have been remixing to make more advanced and more diverse. Kind of like a chatbot but to also give information, My question is where and how do I put in an IP search and location of one's computer
1 Respuesta
+ 1
Hey Nic
One of the most famous variant to do this kind of stuff is with the Ajax http request. So I created a little std script for you: (go to the new implementation in the js code)
https://code.sololearn.com/WuKsWBRgojy9/?ref=app
I dont know how you want to add the ip (...) to you botresponse but basically you can just add a new response for that.
I hope I could help! :)