Automated social media management tool that synchronizes posts across multiple platforms.
- π Cross-platform posting (Twitter, Telegram)
- π Secure API authentication
- π Analytics tracking
- π Crypto donation integration
- Clone the repository:
git clone https://github.com/likhonisaac/SocialSyncBot.git
cd SocialSyncBot
- Set up environment variables:
cp .env.example .env
# Edit .env with your credentials
- Install dependencies:
pip install -r requirements.txt
- Run the application:
flask run
Post to multiple platforms:
curl -X POST http://localhost:5000/api/sync \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{"content": "Hello World!", "platforms": ["twitter", "telegram"]}'
The app automatically deploys to Heroku when pushing to the main branch.
ETH: 0x00fC876d03172279E04CC30E5edCE103c3d23C1A
Created by Likhon Sheikh