Is it possible to make API calls without cURL installed?
17th October 2010
My answer to Is it possible to make API calls without cURL installed? on Quora
Yes:
$ python
>>> import urllib, json
>>> json.load(urllib.urlopen("http://reddit.com/.json"))
More recent articles
- Weeknotes: asynchronous LLMs, synchronous embeddings, and I kind of started a podcast - 22nd November 2024
- Notes from Bing Chat—Our First Encounter With Manipulative AI - 19th November 2024
- Project: Civic Band - scraping and searching PDF meeting minutes from hundreds of municipalities - 16th November 2024