The quality of the video is AMAZING. I love how you explain the module first and then you dive us in. This is a great improvement compared to tutorials that just dive right in. Thank you very much for your content!
Thank you! I'm trying to create a twitter bot that tweets news about dinosaurs. This is by far the most helpful tutorial I've found on how to obtain recent headlines
Ohh I figured it out. I replaced it with my_api_key = 'my_api_key" Can you show me how you define the variable my_api_key and assign it a key that you later use to access the elevation API?
you can create another python file with the dictionary or constant, and then import it into your working file. For example, create a file called 'settings.py', then add a constant inside that file: MY_API_KEY = "12456KEY". In your main file, import the api key from the settings file. "from settings import MY_API_KEY"... or you can import settings and then use it with dot-notation. "import settings" and then "api_key = settings.MY_API_KEY"
if you're looking for 'news' you would need to narrow your search based on that information, such as using a business category: newsapi.org/s/us-business-news-api if you're looking for actual stock prices, that is different. You'd need another api or to scrape from sites such as yahoo finance, etc...
Please be aware the limits of the Developer account as of your publication date have been dropped by 80% for example: 100 requests per day and an hour delay
@@izzyanalytics4145 yes, we want to use it for predictions in stock prices. there are combinations of words in a news article that determines the movement. hopefully to implicate that in a bot to automatically sell or buy a stock
I just wanted to thank you for your video--saved me much grief and taught me new stuff!
The quality of the video is AMAZING. I love how you explain the module first and then you dive us in. This is a great improvement compared to tutorials that just dive right in. Thank you very much for your content!
Very nice video! Thanks a lot! Provided a simple explanation on the basics of how to use the API without the any unnecessary noise :)
Thank you! I'm trying to create a twitter bot that tweets news about dinosaurs. This is by far the most helpful tutorial I've found on how to obtain recent headlines
Dudeee, thank you! This was extremely helpful
Glad to hear it.
Damn dude for a second when i saw this video i was positive that you got million subs !!!
Damn you explained it so well! You earned a Sub:)
this is quite useful information, thank you.
Dude dis got me a lot of money good content 👌👍
Glad to hear!
This was great :D
Bro can you please do a similar tutorial on Google Calendar API?
Didn't know that was a thing. Thanks for the idea. I'll check it out.
lets say I want Historical News data from 2011 till now. Is it possible to getting this info through an API ?
is there any news api that will provide full content for each article?
Does Newsapi method collect entire articles in database somehow ? Please help....
So with the free account you only get a snippet of the article?
I believe that's right. You get the full text when available with paid version, but it's truncated to 260 character for the developer plan.
how can you add multiple keywords to the search in python? i see in html you can add AND, OR, but it does not work in python. thanks! great video
how do i resolve the error of module not found when i typed from key import my_api_key
The font size of the code you are writing is very small, I can barely see it. Anyway, Thanks for effort.
Thanks for the feedback.
I got stuck at the from key import my_api_key. How did you save your API key from module key? Thank you!
Ohh I figured it out. I replaced it with my_api_key = 'my_api_key" Can you show me how you define the variable my_api_key and assign it a key that you later use to access the elevation API?
you can create another python file with the dictionary or constant, and then import it into your working file. For example, create a file called 'settings.py', then add a constant inside that file: MY_API_KEY = "12456KEY". In your main file, import the api key from the settings file. "from settings import MY_API_KEY"... or you can import settings and then use it with dot-notation. "import settings" and then "api_key = settings.MY_API_KEY"
Hello, thanks for the efforts!
I don't understand how did you store the my_api_key in that module called key, can you clarify please?
It's just another python file with a variable containing my API key. It's not necessary to store in another file.
@@izzyanalytics4145 oh alright, thanks a lot!
Thank you! How can I get news regarding stocks on a daily basis over a period of time. thank you in advance.
if you're looking for 'news' you would need to narrow your search based on that information, such as using a business category: newsapi.org/s/us-business-news-api
if you're looking for actual stock prices, that is different. You'd need another api or to scrape from sites such as yahoo finance, etc...
Please be aware the limits of the Developer account as of your publication date have been dropped by 80% for example: 100 requests per day and an hour delay
excelent videos. have you considered doing udemy. you teach very well
Thanks. No, haven't considered it. But, maybe at some point. Hard to find time for making videos these days, unfortunately.
can we get fake or real news by using this API to detect fake news
You would need to implement your down algorithm for detecting fake news. But, I suppose you could use it as a source.
Thank you!
But to see a real image of it on web. It's hark to understand. With the real thing.
Sir, thanks a lot
Most welcome!
Whos Still watching In 2020!
Hopefully lots of people! 😀
@@izzyanalytics4145 Yea Lol
After collecting this Data how can i use the data to be my own
that depends. how do you want to use it? do you have something specific in mind?
@@izzyanalytics4145 yes, we want to use it for predictions in stock prices. there are combinations of words in a news article that determines the movement. hopefully to implicate that in a bot to automatically sell or buy a stock
It returns data with 1 hour delay for free version🤦♂️ that's not breaking news anymore!!!
Amazing
Please dont use the Simleys.
:)