Panel for Letterboxd

I made a Python Panel dashboard for Letterboxd. This dashboard resembles the stats page included in the Pro subscription. The visualizations are interactive. When you hover over the bars, a popup displays more information (such as the counts, etc.). If I find the time, I will host it on Heroku or somewhere else. But for now, if you would like to run it on your own (with your own scraped data), check out the app code here....

January 2, 2024 · 1 min · Yohannes

(How to write) A Letterboxd Scraper

In this post, I will make a Letterboxd scrapper. In case you didn’t know, Letterboxd is a film logging site with built-in social networking features. It is a great platform, but the company does not provide a public API for their data, so one has to use a scaper to get their hands on the film/user data. For this scraper, given a username, we want all the films the user has logged....

December 6, 2023 · 5 min · Yohannes