-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Older News Articles #580
Comments
Comment by banagale Paul, out of curiosity, can you share why you’re trying to use this package instead of scrapy? |
Comment by johnbumgarner Paul, can you share an example of what you are trying to do? |
Comment by PaulKMandal I apologize for the delay.
Because NewsPaper has very robust functionality for scraping News Articles.
Ideally, I want to be able to specify a date and scrape the news articles from a certain date. I wrote an implementation that pulls articles from Archive.org. My implementation is available here and it works as intended, but Archive.org can be slow and often times out. |
Comment by johnbumgarner So you want to search the wayback archives. I wrote an example on this in my overview document for NewsPaper. If you provide me some more details I will add another example on searching a resource (website) for random articles for a certain date(s). FYI the wayback archives are always slow for scraping. There might be a way to gain some performance, but that would require testing. |
Issue by PaulKMandal
Wed Sep 13 18:19:42 2023
Originally opened as codelucas/newspaper#973
Hello, seven years ago this was posted: codelucas/newspaper#245
I have a problem that requires me to scrape a large corpus of titles from 2013-2019 from various news sources. Ideally I would like to scrape 10 articles per date through this date range. The issue that I have is that newspaper only pulls the latest results. Does anyone have any insights on how to achieve this? Thanks!
The text was updated successfully, but these errors were encountered: