Rami Posted April 11, 2010 Share Posted April 11, 2010 I spent sometime in here reading the forum posts but I could find a similar programs pertaining to the topic.It would be nice if anyone can guide me to a tutorial or a similar project or list of commands relating to my goal.the goal is: opening web based chatautomatically saving words typed by chatters and save it in a text fileavoiding saving duplicate words.Any clue would guide me into the right direction would be appreciated. I am not looking for a ready answer but i won't mind though Link to comment Share on other sites More sharing options...
jchd Posted April 11, 2010 Share Posted April 11, 2010 Unfortunately, this subject is infinitesimally close to another more delicate topic we don't want that much see discussed here, even if it has been debated ad nauseam already. So you want to save individual words than people input? That's a job for ... a Dictionary object! Lookup "Scripting.Dictionary" with the forum search. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
JohnOne Posted April 11, 2010 Share Posted April 11, 2010 You will also find that most web based chat (that I have come across anyway) is flash or java based, and probably wont give up its content as easily as you might think. Test it with the window info toll. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Rami Posted April 12, 2010 Author Share Posted April 12, 2010 I am interested in saving the text content of flash based chat in a form of word-list. the repetition of the recorded words is very much correlated to the social , and psychological monitoring research I need to accomplish. can you suggest keywords in google which are more pertinent to importing typed data from flash based chats. probably if i understood the basic concept then later on I can try to automate it via auto it. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now