Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

HackeSta/hpffrec-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPFanfiction Recommender Website

Travis CI Netlify Status
This repo contains the source code for the front-end website of HPFanfiction Recommender

Read my blog post on creating HPFanfiction Recommender

How it works

A Python Backend uses data from pushshift.io to fetch comments made by u/FanfictionBot in r/HPFanfiction and extracts relevant data from them and stores it in a database. JSON files are made from that database, which are then commited to this repo using Travis-CI

The backend is currently hosted on a free server from PythonAnywhere, and the server is restricted within its limits.

Contributing

Pull Requests are welcome. You can work with the data in /data folder, which is updated by a backend server using Travis-CI
If you want more data to be available in the /data/ folder, open an issue and we will discuss it.