Auto Post Pictures to Telegram is a simple Python program crafted for the purpose of automating the process of posting pictures with captions to Telegram groups. With Python at its core, this project aims to streamline the task of posting images with minimal manual intervention. Additionally, it offers functionality to relocate the posted pictures to another folder to prevent duplicates. The project also includes a script for randomly selecting a file from a local directory.
Key Features:
Python Implementation: Auto Telegram is entirely implemented in Python, making it accessible and easy to understand for developers with varying levels of experience.
FastAPI App Deployment: The project provides an option to deploy a FastAPI app, allowing users to interact with a user-friendly website.
WEBP to JPG: Simplifying the posting process, Auto Telegram includes a script for converting WEBP images to JPG format, ensuring seamless posting of images.