https://github.com/moebiussurfing/ofxserpapi
Search/scrap YouTube responses using the SERP API.
https://github.com/moebiussurfing/ofxserpapi
openframeworks-addon
Last synced: 7 months ago
JSON representation
Search/scrap YouTube responses using the SERP API.
- Host: GitHub
- URL: https://github.com/moebiussurfing/ofxserpapi
- Owner: moebiussurfing
- Created: 2023-07-01T05:33:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T04:01:45.000Z (over 2 years ago)
- Last Synced: 2025-06-04T05:06:52.416Z (9 months ago)
- Topics: openframeworks-addon
- Language: C++
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ofxSerpAPI
A **WIP** openFrameworks addon to search/scrap responses using the [SERP API](https://serpapi.com/).

## Features:
- Currently using the [SERP YouTube API](https://serpapi.com/youtube-search-api).
- To make a **YouTube** query search and process results.
- Gets the response as listed videos with their info and creates clickable thumbs.
- Threaded but still **WIP**.
## HOW TO
- Fill query text as a **YouTube** search.
- Hit **doHTTP** button.
- Hit **doParse** button.
- Enable the **Log** to see the video list.
- Click the video thumbs to open a video on your internet browser.
## Requirements
Register a free account for [SERP](https://serpapi.com).
## Dependencies
[ofxSurfingImGui](https://github.com/moebiussurfing/ofxSurfingImGui)