Hello, I have a few questions about NewsPaper.
I am interested in using this python library to create a news site crawler that can download recent articles and then convert them to pdfs. I am not sure how to conver to pdf.
Also, how can I make this a continually running bot without it having to stop?
How to make it always check for new articles?
Also, there is a feature in newspaper where it checks to see if the article has already been downloaded before, but where does the article download to? A folder? It would be a great help it it could be downloaded into a database of some sort that can be checked upon on a later session of newspaper.
Hello, I have a few questions about NewsPaper.
I am interested in using this python library to create a news site crawler that can download recent articles and then convert them to pdfs. I am not sure how to conver to pdf.
Also, how can I make this a continually running bot without it having to stop?
How to make it always check for new articles?
Also, there is a feature in newspaper where it checks to see if the article has already been downloaded before, but where does the article download to? A folder? It would be a great help it it could be downloaded into a database of some sort that can be checked upon on a later session of newspaper.