Skip to content

Open Source Django-based Hacker News Board

License

Notifications You must be signed in to change notification settings

vdt/DataTau

 
 

Repository files navigation

DataTau

https://datatau.net

Django based Hacker News clone

DataTau is a clone of popular Hacker News site. It was started in 2014 and went down with no explanation in May 2019. After a month of inactivity, we decided to create our own clone of the site under a .net domain using a framework familiar to us (Python based Django), reaching Hacker News front page when launching.

We decided to open source the project to avoid the mistakes of the original version and being more community-driven. Thanks to this you can contribute to make DataTau better and its development will not depend only on a few people, with the risk of going unmaintained again.

Another goal of this project is becoming Django based Hacker News style news board template you can use to power your own community.

We built this site very fast and copying a lot of original Hacker News frontend, so you can expect bugs, unsemantic html, etc. Please visit kanban board of this repository and issues if you think you can be helpful.

Project setup (Linux version)

  • Clone repository:
git clone git@github.com:datatau-net/DataTau.git
  • Install system dependencies:
sudo apt install virtualenv python3-dev
  • Create Python virtual environment
mkdir ~/.venvs
virtualenv -p python3 ~/.venvs/datatau_env
source ~/.venvs/datatau_env/bin/activate
pip install -r requirements.txt
  • Clean start
bash restart_db_dev.sh

About

Open Source Django-based Hacker News Board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.1%
  • HTML 40.7%
  • CSS 10.6%
  • JavaScript 4.4%
  • Shell 0.2%