Drucifer2082 / Django

MIT License
0 stars 0 forks source link

next steps - cli app (the glue) #13

Open bbelderbos opened 2 years ago

bbelderbos commented 2 years ago

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)

Drucifer2082 commented 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)

bbelderbos commented 2 years ago

Getting there! https://github.com/Drucifer2082/Django/pull/19

bbelderbos commented 2 years ago

@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?

Drucifer2082 commented 2 years ago

Just updated as requested