Article scraper | Keyword Extractor | Summarizer

preview_player
Показать описание
using the Python Newspaper library, we analyze, extract keywords, and summarize news articles, we make a web app using Streamlit.
------------Support Pythonology------------
------------Best Online Resource for Python------------
Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link)
------------The Sourcecode of the project------------
Рекомендации по теме
Комментарии
Автор

Thanks for the video! I am really digging streamlit. Sometimes a client asks for a copy of a tool/script I've written during a pen-test and I''ll wrap the script up in PySimpleGUI and compile it as an .exe. Frankly, PySimpleGUI works but it is a kludge. This feels much more polished, and I can just give them a URL they can hit from anywhere. 👍

theITGuy-nont
Автор

Thank u very much sir for the beautiful technique. The explanation was very comprehensible.
Two questions if i may.
1. What IDE are you using?
2. Can we also create a streamlit component which will basically hold keyword search program logic that'll scan a directory and its sub directories, read all files (independent of the file type) and return all the files with their directory path and names which hold that keyword in every aspect like filename, or the file content as well as the files metadata

I have seen and liked your other video where you have developed the webscraping logic beautifully using bs4. Interested in more content of streamlit

Thanks a tonn and love your content
Just FYI, Your other webscraping project has already helped me for my last semesters academic assignment ❤❤❤❤

irfanshaikh
Автор

fantastic video. Thanks. How can we add the Headline of the article also?

mahatmaalimibrahim
Автор

I am new to coding. I use VS code and I am trying to go live with this python code. But I can't. I have downloaded the Go live extension. I can see HTML pages live with the extension. But when I try the same thing with Python code, it only shows the files of the folder that is open in the workspace.
Is there any solution?
And what are you using in the video?

rayhansthoughts