I do realize that this is 99.999% impossible (I if I am certain that it's 100% impossible I wouldn't have asked the question)
I want to get the all the Lebanese lottery numbers, the only websites I found were this or this or this. I contacted these sites, asking for an excel or a csv file, one didn't reply, one said what you see is what you get, they don't offer files, and the third one, gave me an ods
file that has so many missing results and so many incorrect results.
I just want these results for a personal project, since the website admins are not helping me, I either have to hack to their database, which should be the easy if I was an anonymous member, or I have to scrape the images, convert them to numbers and save them into csv files or whatever.
If it was only text, I would've used beautifulsoup, but is it possible to scrape images, convert them to numbers and store them as rows in csv files?
My preferred language is python, but I'd accept anything as long as it does the job.