Python RSS Feed reader with BeautifulSoup - Beginner Project

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

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

  • @shoetin
    @shoetin 3 года назад +6

    Mate, you just solved a problem I've had for three days in just ten minutes. Deserves a like

  • @gurnur
    @gurnur 3 месяца назад +2

    easy and point to point explanation , Thank you :)

  • @basman7620
    @basman7620 10 месяцев назад

    thanks, this was perfect. It has given me some ideas of building something in flask now.

  • @skelebro9999
    @skelebro9999 Год назад +2

    this is great! i can make my own reader now!

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

    Thankyou so much mate!
    This video helped immensely, I've been struggling with this for an assignment and this video finally helped me get it in a simple and easy to understand way.
    Thankyou, your a bloody legend!

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

    Thank you very much for this tutorial!!
    I have a question, how can I make the program update when a new entry is uploaded?

    • @Pythonology
      @Pythonology  3 года назад +3

      I think the easiest way is to import Time module, and put the code inside a while True loop, add time.sleep(some number) at the end, so that it gets updated based on that number.

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

    beautiful!

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

    Nice

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

    Really awesome video ...
    question : how to check given link by user has RSS feed or not ?

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

    Is it possible to also use this same method to get the latest three in the rss feed?
    Thanks for nice content

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

    What I needed. Q: how can I export the output to a text file?

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

    Hello,
    I was checking my gmail activity and found that there was an access from Atom Feed which I am not sure I have setup. Is it normal to have this type of access being able to access gmail?
    Thanks,
    Bryan

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

    Good video, thank you!

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

    --- worked great! thanks --- 15JAN23

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

    I have tried doing everything you suggested, however, it still does not read any of my links. Any idea why it might be or how to fix it?

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

    Thanks this was amazing...

  • @MiriamRodriguez-he3ju
    @MiriamRodriguez-he3ju 8 месяцев назад

    It doesn´t work for me, any ideas what is wrong?