GIF-Automator is a fully automated Python solution for content creators. It bridges the gap between raw YouTube video content and platform-ready GIFs by automating the entire lifecycle: Extraction -> Conversion -> Upload.
[Image showing a GIF being uploaded to Giphy automatically]
- URL-to-GIF: Instant conversion from any single YouTube link.
- Automated Uploads: Direct integration with the GIPHY API for hands-free publishing.
- Multi-Engine Support: Includes both
yt-dlpandpytubemodules for maximum reliability. - Batch Ready: Optimized for rapid content generation.
- Language: Python 3.12
- Scraping: yt-dlp / pytube
- Processing: MoviePy / FFmpeg
- API: Giphy API
- Add your GIPHY API credentials to
main.py. - Install dependencies:
pip install -r requirements.txt. - Run the automator:
python main.py --url "YOUTUBE_LINK_HERE"
This is a project for generating gifs from single youtube link and then can upload to platform like giphy fully automated !!
![]()