Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.22 KB

readme.md

File metadata and controls

35 lines (21 loc) · 1.22 KB

Instagram Image with Logo Overlay

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.

Prerequisites

  • Python 3.x
  • Required Python packages: requests, Pillow

Installation

  1. Clone the repository or download the script file.
  2. Install the required packages by running the following command: pip install requests Pillow

Usage

  1. 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.
  1. Run the script: python script.py

  2. The modified image will be saved to the specified output_path. You can check the console for any error messages or the success message.

Postscript

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! 😄

License

This project is licensed under the MIT License.