REST API · Swagger
Table of Contents
Tired of uploading pictures to your social media, but also need them on your personal websites? This is an API that extracts thumbnail URLs of shots made by a user on different media platforms. This enables the user to display their creative pieces in different locations while only posting on one.
Currently accessible at: https://socialmedia-image-scapel.vercel.app/
Use it to display imagines on your website. This keeps you from re-uploading imagines into different locations - just post them in your social media and get the image links.
To get a local copy up and running, follow the below steps.
You will need Python to be able to run the code.
Clone the repo:
git clone https://github.com/winnllam/socialmedia-image-scapel.git
Clone the repository and create your virtual environment:
python -m venv venv/
Activate the virtual environment:
source venv/scripts/activate
Run the code on localhost (port 5000):
cd venv
flask run
Deactivate the virtual environment:
deactivate
Use vercel
in the terminal to set up the initial deployment. You will need to install vercel:
npm i -g vercel
For each deployment after, use:
vercel --prod