Glenjamin75 Posted September 28, 2018 Posted September 28, 2018 Hi All, I am new to Autoit and started writing programs for installing software for work purpose. But I am interested creating something personally for fun which is a Football Prediction & Analyst Software. I have come across a web site which is https://dashee87.github.io/football/python/predicting-football-results-with-statistical-modelling/ This is for Python and R programming but is it possible to convert this to Autoit. Due to the mathematics and the opening of csv files and then creating csv files which this needs to work. I have managed to create the downloads from the www.football-data.co.uk E0.csv files with Autoit and that is as far I have got. can anybody please give me pointers if Autoit can do this and what I need to look out for. Cheers Glenjamin75
Developers Jos Posted September 28, 2018 Developers Posted September 28, 2018 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
FrancescoDiMuro Posted September 28, 2018 Posted September 28, 2018 @Glenjamin75 Excel UDF, Math functions... That's what you need Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
jchd Posted September 28, 2018 Posted September 28, 2018 You also could benefit of getting a sea water tank and an octopus. FrancescoDiMuro 1 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)
jdelaney Posted September 29, 2018 Posted September 29, 2018 (edited) I created a script that would grab vegas odds via dom scraping, subtract three points from oakland, and login to my yahoo account and input my winning teams from favorite to least favorite. it would take my script 15 seconds to run, and everyone else spent hours. i won three years in a row and retired a champion. my youtube has an example of one of the runs. I can post the script later sans credentials. Edit: the video was automating poolhost, but I scripted it using dom xpaths and converted it to yahoo. Edit2: sportsball is boring Edit3: everyone thinks they can beat vegas, but are proven wrong in the long run Edited September 29, 2018 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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