Skip to content

This tool allows you to extract and download all images from a public or private Telegram channel using Python and the Telethon library.

License

Notifications You must be signed in to change notification settings

Denoroy737/Telegram-Channel-Image-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“· Telegram Channel Image Extractor

This tool allows you to extract and download all images from a public or private Telegram channel using Python and the Telethon library.


🧩 Features

  • Extracts photos/images from any Telegram channel or group you have access to.
  • Automatically saves images in a local folder.
  • Works with public and private channels (if you're a member).
  • Simple and lightweight script.

πŸš€ Requirements

  • Python 3.6+
  • Telegram API credentials (Get from my.telegram.org)
  • Telethon Python package

πŸ”§ Setup Instructions

1. Install Python dependencies

pip install telethon

2. Get Telegram API Credentials

  • Go to https://my.telegram.org
  • Log in with your Telegram number
  • Click on API Development Tools
  • Note down your:
    • API ID
    • API Hash

3. Run The Script

python image_extractor.py

πŸ—‚οΈ Output

  • All images are saved to a local folder named downloaded_images/
  • Files are named using the message ID for uniqueness

About

This tool allows you to extract and download all images from a public or private Telegram channel using Python and the Telethon library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages