Skip to content

Automated social media management tool that synchronizes posts across multiple platforms. πŸš€

License

Notifications You must be signed in to change notification settings

likhonisaac/SocialSyncBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ SocialSyncBot

Automated social media management tool that synchronizes posts across multiple platforms.

Features

  • πŸ”„ Cross-platform posting (Twitter, Telegram)
  • πŸ”’ Secure API authentication
  • πŸ“Š Analytics tracking
  • πŸ’Ž Crypto donation integration

Quick Start

  1. Clone the repository:
git clone https://github.com/likhonisaac/SocialSyncBot.git
cd SocialSyncBot
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your credentials
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
flask run

API Usage

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"]}'

Deployment

The app automatically deploys to Heroku when pushing to the main branch.

Support

ETH: 0x00fC876d03172279E04CC30E5edCE103c3d23C1A

Author

Created by Likhon Sheikh

About

Automated social media management tool that synchronizes posts across multiple platforms. πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published