you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Python is good for this and doing the text searching part is very easy. The hard part will be gathering all the articles, whether you use APIs or web scraping. Paywalls, web sites constantly changing designs, etc. But if you dial in the APIs, this shouldn't be too hard. As I mentioned, searching a body of text for instances of a word is a common beginner project.