{"id":14975859,"url":"https://github.com/5enox/metacreator","last_synced_at":"2026-02-11T19:36:07.032Z","repository":{"id":247216635,"uuid":"823936818","full_name":"5enox/metacreator","owner":"5enox","description":"The FastAPI Backend For metacreator","archived":false,"fork":false,"pushed_at":"2024-07-12T10:35:58.000Z","size":482,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T09:33:15.412Z","etag":null,"topics":["5enox","docker","docker-compose","docker-image","dockercompose","fastapi","instagram","tiktok"],"latest_commit_sha":null,"homepage":"https://souqzone.xyz/docs","language":"Python","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/5enox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T03:40:04.000Z","updated_at":"2024-07-12T10:36:01.000Z","dependencies_parsed_at":"2024-07-12T11:59:00.542Z","dependency_job_id":null,"html_url":"https://github.com/5enox/metacreator","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.3548387096774194,"last_synced_commit":"dc24fe8919b5f2b7a0362efb3e4a6525d68773be"},"previous_names":["5enox/metacreator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5enox/metacreator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5enox%2Fmetacreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5enox%2Fmetacreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5enox%2Fmetacreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5enox%2Fmetacreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5enox","download_url":"https://codeload.github.com/5enox/metacreator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5enox%2Fmetacreator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29342147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["5enox","docker","docker-compose","docker-image","dockercompose","fastapi","instagram","tiktok"],"created_at":"2024-09-24T13:52:46.625Z","updated_at":"2026-02-11T19:36:07.017Z","avatar_url":"https://github.com/5enox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Download Service\n\nThis project provides a service to download and adjust videos from TikTok and Instagram. It consists of two main containers: a FastAPI container for handling the backend logic and an Nginx container for serving requests and acting as a reverse proxy.\n\n## Features\n\n- Download videos from TikTok and Instagram.\n- Adjust video saturation.\n- Periodic cleanup of old videos.\n- Uses FastAPI for backend service.\n- Uses Nginx as a reverse proxy.\n\n## Installation\n\n### Prerequisites\n\n- Docker\n- Docker Compose\n\nInstall Docker and Docker-compose If you don't have them\n\n  ```sh\n    curl -fsSL https://get.docker.com | sh \u0026\u0026 sudo apt-get install -y docker-compose\n\n  ```\n\n### Steps\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/5enox/metacreator.git\n    cd metacreator\n    ```\n\n2. Build and start the containers:\n\n    ```sh\n    docker compose up --build -d # to run both containers in detached mode\n    ```\n\n3. The service will be available at `http://localhost`.\n\n## Project Structure\n\n- **FastAPI Container**\n  - Handles the core functionality including downloading and adjusting videos.\n  - Exposes port `8000`.\n\n- **Nginx Container**\n  - Acts as a reverse proxy to route requests to the FastAPI container.\n  - Exposes port `80`.\n\n## Technologies Used\n\n- **FastAPI**: Web framework for building the API.\n- **Pydantic**: Data validation and settings management using Python type annotations.\n- **Requests**: For making HTTP requests.\n- **wget**: For downloading videos.\n- **ffmpeg-python**: For handling video processing.\n- **moviepy**: For video editing.\n- **Docker**: For containerizing the application.\n- **Nginx**: For reverse proxy and serving the application.\n\n## TODO\n\n- Add SSL support for Nginx.\n- Implement video format conversion.\n- Add support for additional video platforms.\n- Improve error handling and logging.\n- Implement user authentication and rate limiting.\n\n## Contributing\n\nFeel free to open issues and submit pull requests. We welcome contributions to improve this project.\n\n## Developmnt\n\nThis service was entirely developed by me, and I'm working on adding more platforms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5enox%2Fmetacreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5enox%2Fmetacreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5enox%2Fmetacreator/lists"}