Social Lead Generator is an analytical tool for analyzing Twitter post statistics. This supports trending posts statistics.
- View personal tweets statistics
- View public handle tweets statistics
- View trending posts
- Easy deployment using Docker
- Easy deployment on AWS
- Stack managed using Terraform
Before you begin, you need to install and configure the following tools:
git clone https://github.com/sadmanbd/social-lead-generator
cd social-lead-generator
cp .env.sample .env
docker compose up --build --remove-orphans
cp .env.prod.sample .env.prod
docker compose -f docker-compose.prod.yml --env-file .env.prod up --remove-orphans
terraform init
terraform apply
MIT