A simple discord bot for scraping and extracting datas from Letterboxd pages.
As of now, the bot can extract the following information from a Letterboxd page:
- release year
- director
- rating
- synopsis
- genres
This bot is a personal project and is not intended for public use. It is a simple bot that I made for my own personal use and to learn how to use the serenity crate (github link). The bot is not hosted on any server and is only run locally on my machine.
This is a work in progress and I will add more features / fix issues in the future.
Be careful when using this tools, movie names must be written exactly as they are on Letterboxd, otherwise the application won't be able to extract the information. Also, the application will stop working if the html structure of the Letterboxd page changes.
Howerver, if you want to use this bot, you can follow these steps:
- Clone the repository
- Install the required dependencies with
cargo build - Create a
.envfile in the root of the project and add your discord bot token in it:
DISCORD_TOKEN=your_discord_bot_token
- Run the bot with
cargo run
You should create a discord bot and add it to your server. You can follow the instructions here.
