Metadata-Version: 2.1
Name: letterboxdpy
Version: 1.6
Summary: A letterboxd webscraper
Author-email: Nicholas Cassarino <nmcassa804@outlook.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# letterboxdpy

A letterboxd python webscraper that can return json information about users and movies

hopefully more in the future...

## **Example of Movie Object**

![Example of the movie object](ss/movie_example.PNG)

## **Example of User Object**

![Example of the user object](ss/user_example.PNG)

### **Code used for above**

![Example code](ss/code_example.PNG)