Skip to content

A Python script to overlay a logo on Instagram images and save the modified image locally.

License

Notifications You must be signed in to change notification settings

sof9816/insta-logo-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python script to overlay a logo on Instagram images and save the modified image locally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages