nkittsteiner / hacker-news-code-trends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News Code Trends

Features

  • Generate code trends based on YC Hacker News site.

Prerequisites

  • Python site
  • Python Requests site
  • Docker if you want to run this on a container

Instructions

  1. Run python ycombinator.py for updating news feeds into data.csv dataset file
  2. Run pre_process.py for clean / tiding-up into new dataset file ( use python pre_process.py > [some_file_name])

TODO

  1. Run count_data.py for grouping dataset with languages filter.

About

License:MIT License


Languages

Language:Python 96.7%Language:Shell 3.3%