This script allows you to download images from Instagram posts and overlay a logo image on the bottom corner of the Instagram image. The modified image can then be saved to your computer.
- Python 3.x
- Required Python packages:
requests
,Pillow
- Clone the repository or download the script file.
- Install the required packages by running the following command:
pip install requests Pillow
- Replace the following variables in the script with your desired values:
instagram_url
: The URL of the Instagram post image you want to modify.logo_path
: The local file path of the logo image you want to overlay on the Instagram image.output_path
: The desired file path to save the modified image.
-
Run the script:
python script.py
-
The modified image will be saved to the specified
output_path
. You can check the console for any error messages or the success message.
As silly as it may seem, this was a fun little project I did for a friend, and I wanted to share it so that anyone in need can use it and have some fun too! 😄
This project is licensed under the MIT License.