{"id":25461051,"url":"https://github.com/tpdph/pandemic","last_synced_at":"2026-04-27T08:32:12.505Z","repository":{"id":277755848,"uuid":"933356977","full_name":"tpdph/Pandemic","owner":"tpdph","description":"An authentic pandemic is what you're going to create with this 100% automatic VIRAL media creator :)","archived":false,"fork":false,"pushed_at":"2025-02-15T21:34:06.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T22:20:37.208Z","etag":null,"topics":["ai","content-creation-automation","content-creation-tools","income","instagram","monetization","monetizer","passive-income","social-media","social-network","tiktok","traffic","viral","youtube"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpdph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T19:00:06.000Z","updated_at":"2025-02-15T21:34:10.000Z","dependencies_parsed_at":"2025-02-15T22:31:36.362Z","dependency_job_id":null,"html_url":"https://github.com/tpdph/Pandemic","commit_stats":null,"previous_names":["tpdph/pandemic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpdph%2FPandemic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpdph%2FPandemic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpdph%2FPandemic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpdph%2FPandemic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpdph","download_url":"https://codeload.github.com/tpdph/Pandemic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239413103,"owners_count":19634157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","content-creation-automation","content-creation-tools","income","instagram","monetization","monetizer","passive-income","social-media","social-network","tiktok","traffic","viral","youtube"],"created_at":"2025-02-18T05:22:20.511Z","updated_at":"2026-04-27T08:32:12.441Z","avatar_url":"https://github.com/tpdph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pandemic\n\nPandemic is an advanced AI-driven platform designed for video content generation, management, and analysis. It leverages cutting-edge AI technologies from companies like Runway and ElevenLabs to create and process video content efficiently. The platform consists of multiple microservices, including:\n\n1. **AI Microservice**: Handles AI-related tasks such as video generation and processing\n2. **Video Generation Service**: Utilizes AI models to create video content based on specific requirements\n3. **Publisher Service**: Manages the distribution and publishing of video content across various platforms\n4. **Trend Analysis Service**: Provides insights and analytics on video performance and trends\n\nThe system leverages cutting-edge technologies including AI, microservices architecture, and modern frontend frameworks to deliver high-quality video content generation, management, and analysis.\n\n## Overview\nPandemic is built using:\n- TypeScript for backend services\n- Python for AI-related services\n- Docker for containerization\n- Terraform for infrastructure management\n\nThe system consists of several key components:\n- AI Service: Handles AI-related operations\n- Video Processing: Manages video generation and processing\n- Backend API: Provides RESTful API endpoints\n- Frontend: User interface components\n\n## Features\n- AI-powered video generation\n- Distributed system architecture\n- Monitoring and metrics\n- Authentication and authorization\n- Real-time dashboard for video metrics and trend analysis\n- Support for multiple AI providers (Runway, ElevenLabs)\n- Scalable microservices architecture\n- Containerized deployment using Docker\n\n## Prerequisites\n- Node.js 16+\n- Python 3.8+\n- Docker\n- Terraform\n- Modern npm/yarn\n\n## Installation\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   pip install -r requirements.txt\n   ```\n3. Build Docker images:\n   ```bash\n   docker-compose build\n   ```\n\n## Usage\n1. Start the system:\n   ```bash\n   docker-compose up -d\n   ```\n2. Access the API documentation at `http://localhost:3000/swagger`\n3. Use the frontend interface at `http://localhost:3000`\n\n## Configuration\nConfiguration can be done through environment variables and configuration files.\n\n## Contributing\n1. Fork the repository\n2. Create a feature branch\n3. Commit changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nMIT License\n\nCopyright (c) 2025 Pandemic Team\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Table of Contents\n- [Overview](#overview)\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Security](#security)\n- [Infrastructure](#infrastructure)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Configuration\n\n### Environment Variables\n\nCreate a `.env` file with the following content:\n\n```env\nAI_PROVIDER_KEY=your_ai_provider_key_here\nDB_PASSWORD=your_db_password_here\nJWT_SECRET=your_jwt_secret_here\nAI_SERVICE_ENDPOINT=http://ai-service:5000\n```\n\nStore sensitive information using Docker secrets as documented in SECURITY.md\n\n## Security\n\nRefer to SECURITY.md for detailed security guidelines and best practices.\n\n## Infrastructure\n\nThe system uses Terraform for infrastructure management. To deploy:\n```bash\nterraform init\nterraform apply\n```\n\nFor more details, see SECURITY.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpdph%2Fpandemic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpdph%2Fpandemic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpdph%2Fpandemic/lists"}