An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ofxSerpAPI

A **WIP** openFrameworks addon to search/scrap responses using the [SERP API](https://serpapi.com/).

![](Capture.PNG)

## 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)