Jump to content

interaction with javascript forms


Cloudboy
 Share

Recommended Posts

Hello, as my first post I would like to request some help regarding a project I would like to work on. Basically, I will need to create an Autoit script that will be able to interact with a chatbot, such as www.jabberwacky.com I want this script to be able to post a question, submit it, and then copy the bot's response. Please help

Link to comment
Share on other sites

Ok, what have you started on?

Are you delivering this content via HTML, PHP, AJAX, or just a GUI via local executable? Not that those are the limited options... but it's a start.

gui. i want it to automatically interact with this chatbot and then log the responses

Link to comment
Share on other sites

gui. i want it to automatically interact with this chatbot and then log the responses

All you need to do if use Function _INetGetSource to read the output of a java script on the server. The url used in _InetGetSource can include the variable and the value to be used by the java script, then the javascript responds to that data by printing out some text or HTML containing the answer to your request and the AUtoIt script reads the source to find the answer.

Edited by martin
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...