This is a Sveltekit project designed to scrape data from Pinterest boards and visualize the results in a meaningful way.
image-js and resemblejs are involved for image analysis.
tonejs is used for audio management.
Audio samples are kindly provided by Maria Virgin and Dittofused.
Tip
Write me to add your own audio samples.
The first step is to create a .env file in the root directory of the project and add the following variable:
PINTEREST_USERNAME="your-pinterest-username"Replace your-pinterest-username with the username of the user you want to scrape.
Install the dependencies:
pnpm installThen start the development server:
pnpm run devThe application is designed to be deployed to Vercel and the necessary configuration files are included. Simply fork this repository and add it to your Vercel account.
Important
Don't forget to set the PINTEREST_USERNAME environment variables in the Vercel project settings.