eternaloptimist
Well-Known Member
- Joined
- Jul 10, 2013
- Messages
- 175
- Reaction score
- 1
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
There's a Python framework called Scrapy that would make light work of this.
Ok, but the data you linked to is already in json format. So if you just want to dump that json to a file and process all of it later, an sh file doing a wget and outputting the result to [current date time].json should do the trick. Or a python script as mentioned above.Thanks for the replies. The data will end up in a sql database. I need to get data every 30 mins for about a month or a fortnight. I'm hoping to have this running on either an AWS/Digital Ocean etc instance.
AWS Lamba