NY lottery feed
I'm trying to find a feed either in XML or Json so I can use to display results of NY lottery and next drawing dates on my website. I was going to use jquery to display the results. Anyone know of any feeds I could use that are easy to extract the data from. I just nee开发者_StackOverflow中文版d NY lottery mega millions and power ball.
I used this on a previous project - http://www.lotteryxml.com/. Worked quite well for me and I think it now includes the next drawing dates.
You could just screen scrape the lottery web page. You could use beutiful soup.
精彩评论