Hackathon (Python Hackathon Engeto + Kiwi.com) attempt to analyse Slovak news sites to get hottest current articles and keywords.
Because we are programmers, we are lazy and we want our programs to work for us.
By using simple analysis of suitable RSS feeds. We parse titles, perexes and keywords, remove uninteresting stuff (stopwords) and make a bit of mumbo-jumbo with counting occurrences and source cross-posting.
What's worth to mention:
- It took super-long to run the script, so parser runs in threads
- We managed to keep nice object abstraction considering hackathon limited time setting
- Slack integration included
disclaimer: none of us had any substantial Python or Data Science experience at the point of writing this code
See it in action:
- David Lukac https://github.com/davidlukac
- Milan Lukac https://github.com/m1n0
- Peter Nagy https://github.com/petonagy