Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.15 KB

File metadata and controls

36 lines (22 loc) · 1.15 KB

What is Happening Today?

Hackathon (Python Hackathon Engeto + Kiwi.com) attempt to analyse Slovak news sites to get hottest current articles and keywords.

Why?

Because we are programmers, we are lazy and we want our programs to work for us.

How?

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

Example

See it in action:

Authors: