A cross-platform desktop application for posting to multiple social networks with API integration. You can extend it very easy ☑️
- 📱 Post to Twitter, Facebook, Instagram
- 🖼️ Image attachment support
- 📝 Message drafting with character counter
- 🔐 Secure credential storage
- 📋 Activity logging
pip install tweepy facebook-sdk instabot PySide6- Enter API credentials in Settings tab
- Compose message (280 chars max for Twitter)
- Select image (optional, required for Instagram)
- Choose platforms
- Click "Post"
Add your API credentials:
- Twitter: API Key/Secret, Access Token/Secret
- Facebook: Access Token
- Instagram: Username/Password
- Requires valid API keys from each platform
- Test with dummy accounts first
- Instagram posts require an image
GPL3

