News API in Python

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии •

  • @GeoffWieczynski
    @GeoffWieczynski 3 месяца назад

    I just wanted to thank you for your video--saved me much grief and taught me new stuff!

  • @andressan3718
    @andressan3718 4 года назад

    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!

  • @altonong843
    @altonong843 5 лет назад +2

    Very nice video! Thanks a lot! Provided a simple explanation on the basics of how to use the API without the any unnecessary noise :)

  • @djthedev
    @djthedev 4 года назад

    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

  • @valeriamarin1525
    @valeriamarin1525 4 года назад +2

    Dudeee, thank you! This was extremely helpful

  • @mixalismcgamer3188
    @mixalismcgamer3188 5 лет назад +4

    Damn dude for a second when i saw this video i was positive that you got million subs !!!

  • @shreyashkashyap
    @shreyashkashyap 3 года назад +2

    Damn you explained it so well! You earned a Sub:)

  • @jumbonful
    @jumbonful 4 года назад +1

    this is quite useful information, thank you.

  • @heisdivuzki
    @heisdivuzki 4 года назад

    Dude dis got me a lot of money good content 👌👍

  • @AquibShaikh
    @AquibShaikh 4 года назад +1

    This was great :D
    Bro can you please do a similar tutorial on Google Calendar API?

    • @izzyanalytics4145
      @izzyanalytics4145  4 года назад +1

      Didn't know that was a thing. Thanks for the idea. I'll check it out.

  • @vishalkanojia9634
    @vishalkanojia9634 Год назад

    lets say I want Historical News data from 2011 till now. Is it possible to getting this info through an API ?

  • @clearthinking5441
    @clearthinking5441 3 года назад

    is there any news api that will provide full content for each article?

  • @anishrijal6166
    @anishrijal6166 2 года назад

    Does Newsapi method collect entire articles in database somehow ? Please help....

  • @theaverageguyNo
    @theaverageguyNo 4 года назад +1

    So with the free account you only get a snippet of the article?

    • @izzyanalytics4145
      @izzyanalytics4145  4 года назад

      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.

  • @dawgzconkosley5493
    @dawgzconkosley5493 3 года назад

    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

  • @aishwaryaahuja6456
    @aishwaryaahuja6456 Год назад

    how do i resolve the error of module not found when i typed from key import my_api_key

  • @CodeShow.
    @CodeShow. 4 года назад +1

    The font size of the code you are writing is very small, I can barely see it. Anyway, Thanks for effort.

  • @TrangNguyen-xr6vt
    @TrangNguyen-xr6vt 3 года назад

    I got stuck at the from key import my_api_key. How did you save your API key from module key? Thank you!

    • @TrangNguyen-xr6vt
      @TrangNguyen-xr6vt 3 года назад

      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?

    • @izzyanalytics4145
      @izzyanalytics4145  3 года назад

      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"

  • @fedybelaid4358
    @fedybelaid4358 4 года назад

    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?

    • @izzyanalytics4145
      @izzyanalytics4145  4 года назад +1

      It's just another python file with a variable containing my API key. It's not necessary to store in another file.

    • @fedybelaid4358
      @fedybelaid4358 4 года назад +1

      @@izzyanalytics4145 oh alright, thanks a lot!

  • @yassinemsakni4002
    @yassinemsakni4002 4 года назад

    Thank you! How can I get news regarding stocks on a daily basis over a period of time. thank you in advance.

    • @izzyanalytics4145
      @izzyanalytics4145  4 года назад

      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...

  • @Steven-jf4cs
    @Steven-jf4cs 3 года назад

    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

  • @rverm1000
    @rverm1000 3 года назад +1

    excelent videos. have you considered doing udemy. you teach very well

    • @izzyanalytics4145
      @izzyanalytics4145  3 года назад

      Thanks. No, haven't considered it. But, maybe at some point. Hard to find time for making videos these days, unfortunately.

  • @tejitha6762
    @tejitha6762 3 года назад +1

    can we get fake or real news by using this API to detect fake news

    • @izzyanalytics4145
      @izzyanalytics4145  3 года назад

      You would need to implement your down algorithm for detecting fake news. But, I suppose you could use it as a source.

  • @andersgarme435
    @andersgarme435 2 года назад

    Thank you!

  • @simoncrime449
    @simoncrime449 5 лет назад +1

    But to see a real image of it on web. It's hark to understand. With the real thing.

  • @roku1892
    @roku1892 4 года назад

    Sir, thanks a lot

  • @muhammadayyanshahid694
    @muhammadayyanshahid694 4 года назад

    Whos Still watching In 2020!

  • @bookarena5458
    @bookarena5458 5 лет назад

    After collecting this Data how can i use the data to be my own

    • @izzyanalytics4145
      @izzyanalytics4145  5 лет назад +1

      that depends. how do you want to use it? do you have something specific in mind?

    • @privatemuffin4653
      @privatemuffin4653 4 года назад +1

      @@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

  • @aditya234567
    @aditya234567 3 года назад

    It returns data with 1 hour delay for free version🤦‍♂️ that's not breaking news anymore!!!

  • @alkmkarakurt775
    @alkmkarakurt775 4 года назад

    Amazing

  • @InsertGreatChannelName
    @InsertGreatChannelName 3 года назад

    Please dont use the Simleys.