Stake-And-Rope / dancho-voice-assistant

GNU General Public License v3.0
0 stars 0 forks source link

YouTube functionality #16

Open karastoyanov opened 1 year ago

karastoyanov commented 1 year ago

Work together on the initial implementation of the youtube functionality. As previously, you have a separate folder youtube inside the development branch where we will have the entire functionality. Try to make the first steps and extract any data from youtube using the developer API.

Some documentation that may be helpful:

karastoyanov commented 1 year ago

last update: 7e6530041c60b43af493d20ae7d79e3ebb5c2aaf

Two JSON files are stored remotely in the youtube folder to serve as templates

@Stunxzz @the-adventurist Next step is to iterate though the output and find the exact link, append them as youtube URLs and store them inside an array, ready to be passed as argument to another function which will open the URLs in the browser.

the-adventurist commented 1 year ago

I've attempted to implement this functionality at testing_youtube_functionality.py. By the way, when I try to play youtube_api.py I get an issue about apy_key. And in an attempt to resolve this locally, I passed the exact api_key at youtube_api.py at the api_key variable and then I forgot to return the initial value and commit that way.