AutomatedNewsChannel
This is a Piece of code that fetches news using an API and Converts it into a NEWS video
Install / Use
/learn @neeleshpandey/AutomatedNewsChannelREADME
Automated NEWS Channel
This is a Piece of code that fetches news using an API and Converts it into a NEWS video
Instructions
- Download or Clone this Repository in your Local Environment
- Download and install
Python3andpip - Install libraries with
pip3 install -r requirements.txtorpython3 -m pip install -r requirements.txt - Get the API of NEWS API , Its simple just Register Yourself and get the
KEY - Get setup and create a Project with the Youtube API:
https://developers.google.com/youtube/v3/quickstart/pythonBe sure to follow it carefully, as it won't work if you don't do this part right. Download your OATH file asclient_secrets.jsonin your project folder. - Open
main.pyin a text editor and fill in credentials - Run
python3 main.pyand authenticate your account - Enjoy Your Automated NEWS Channel
