A slick Python app with a modern GUI to automatically snatch the hottest memes and videos from Reddit and repost them to X. Built for tech tinkerers who love automating viral content!
- Content Magnetism: Pulls top memes/videos from multiple subreddits (e.g., r/memes, r/dankmemes) with a minimum upvote filter.
- Smart Reposting: Posts to X with Reddit source attribution, avoiding duplicates with a local tracker.
- Modern GUI: Built with CustomTkinter for a stunning, theme-aware interface (light/dark mode support).
- Configurable: Save settings in
config.inifor easy reuse, with adjustable intervals and post limits. - Robust Automation: Runs in a background thread with retry logic for network hiccups.
- Dynamic Hashtags: Grabs trending tags from X and blends them with meme keywords for maximum engagement.
- Python ๐: Core language (3.8+).
- Libraries:
tweepyfor X API integration.customtkinterfor the GUI (install viapip install customtkinter).requestsfor Reddit scraping.configparserfor config management.
- Clone the repo:
git clone https://github.com/kaygaaf/Kayo-MemeMagnet.git
I have added a beta version which will be more complex and have more features, but also more prone to bugs and errors.