Open bbelderbos opened 2 years ago
As of Saturday 5pm:
python news.py search_term # argparse
get article titles from theguardian API
have the user select one of the articles # while True - input()
scrape the article -> this becomes the lead text (completed)
scrape the historic api => corpus
ran your magic analysis stuff (completed)
present the articles that are most similar (75% or higher)
Getting there! https://github.com/Drucifer2082/Django/pull/19
@Drucifer2082 could you give me an update where you are with this project? I saw a branch called noclue
but no further context. Seems the app works from the command line, we just need to port it to Django right?
Just updated as requested
python news.py search_term # argparse
get article titles from theguardian api
have the user select one of the articles # while True - input()
scrape the article -> this becomes the lead text
scrape the historic api => corpus
ran your magic analysis stuff
present the articles that are most similar (75% or higher)