Skip to content

jrgarcia11/letterboxd-randomiser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letterboxd Banner

Random Movie Roulette is a popular Letterboxd list with which a user can use RANDOM.org to randomly choose a movie from a list of thousands.

While this is a fun and excting way to choose films and a great concept, scrolling through list pages can be tedious, and unnumbered lists can make this method nigh impossible without manually counting through rows and pages.

With letterboxd randomiser, randomising letterboxd lists can be done easily. Deciding what to watch will take mere seconds.

Official Release: PLAY

Made with Flask To run locally:

  1. Python and its package installer (pip) must be on your machine
  2. $pip install Flask
  3. $pip install Flask-WTF
  4. $pip install beautifulsoup4
  5. $cp flaskapp.py app.py
  6. $flask run

Credit to spacebruce for letterboxd access framework

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.9%
  • HTML 22.9%
  • Procfile 0.2%