Stake-And-Rope / dancho-voice-assistant

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

🚧[Work In Progress] Basic Dancho #3

Open the-adventurist opened 1 year ago

the-adventurist commented 1 year ago

I wrote the file containing the function 'retrieve_the_data_of_the_weather_forecast'. The information retrieves from the internet in JSON format. The raw JSON file contains some other information about the city and weather features that could be enclosed additionally in the returned text. I think the most important information is included.

the-adventurist commented 1 year ago

I've removed the backslashes of the returned string and also have removed the information about humidity, pressure, and wind conditions. I've got rid of redundant variables also.

karastoyanov commented 1 year ago

@Stunxzz @the-adventurist check the f1c2623 commit, I have added one new dependency to the project python-decouple which you will need to read the locally stored YOUTUBE_TOKEN.