API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.
Related Articles
Programming Intro – Best Programming Language
People want to know the “best” programming language, but every language has a purpose and it’s own place. To find YOUR best programming language determine what your own problems in technology are, and talk to […]
Scraping YouTube with OpenAI (Python, ChatGPT, YouTube Transcript API)
Setup: 1-transcript.py This lab pulls the YouTube Transcript for a video and prints it out as both JSON, and plain text. 2-gpt.py This lab summarizes a YouTube video, and creates Tags using ChatGPT. 3-timecode.py This […]
MAC Address to Vendor API with Python (macvendorlookup.com)
Setup: This is a Free REST API so you just need the URL. Please note that there is a rate limit of one request per second. https://www.macvendorlookup.com 1-mac.py This lab will print out the vendor […]
Be the first to comment