Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 577 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 577 Bytes

Watchlist-Picker-Backend

Backend for Watchlist Picker

Install

Requires go

run locally for testing

In the repo run go run random-main.go this will launch a localhost server at port 8080 by default but the port can be set by setting the ENV variable of PORT

Notes

As the letterboxd API is private this scrapes the site so by the nature of webscraping is fairly slow (ex. 5 sec for 57 film watchlist) and aswell is very fragile and though I will try to keep up to date I can't make any promises that it will work. PRs welcome