{"id":27996437,"url":"https://github.com/codexclub567/codexclub567","last_synced_at":"2025-05-08T21:43:28.777Z","repository":{"id":270494117,"uuid":"910549030","full_name":"CodexClub567/CodexClub567","owner":"CodexClub567","description":"Config files for my GitHub profile.","archived":false,"fork":false,"pushed_at":"2025-04-29T12:21:35.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T21:43:27.590Z","etag":null,"topics":["config","github-config"],"latest_commit_sha":null,"homepage":"https://github.com/CodexClub567","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodexClub567.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-31T15:45:13.000Z","updated_at":"2025-04-29T12:21:38.000Z","dependencies_parsed_at":"2025-04-22T00:29:53.287Z","dependency_job_id":"d0a603c3-6fc7-468e-8107-bcf67bd14629","html_url":"https://github.com/CodexClub567/CodexClub567","commit_stats":null,"previous_names":["codexclub567/codexclub567"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexClub567%2FCodexClub567","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexClub567%2FCodexClub567/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexClub567%2FCodexClub567/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodexClub567%2FCodexClub567/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodexClub567","download_url":"https://codeload.github.com/CodexClub567/CodexClub567/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253153780,"owners_count":21862408,"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":["config","github-config"],"created_at":"2025-05-08T21:43:25.537Z","updated_at":"2025-05-08T21:43:28.761Z","avatar_url":"https://github.com/CodexClub567.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OML Tools Plugin\n\nThe **OML Tools Plugin** is an all-in-one solution for automating high-quality content creation. It offers script generation, fact-checking, audio processing, SEO optimization, and real-time YouTube analytics integration to streamline your workflow.\n\n## 🚀 Features\n\n- **Script Generator**  \n  Leverages OpenAI (and optionally Gemini) to produce chapter-structured scripts for your projects.\n\n- **Fact Checker**  \n  Ensures the accuracy of content by validating information through external APIs.\n\n- **Audio Processor**  \n  Converts finalized scripts into professional-grade audio using the ElevenLabs API.\n\n- **SEO Optimizer**  \n  Generates optimized metadata for YouTube uploads, ensuring higher discoverability.\n\n- **YouTube Analytics**  \n  Fetches real-time metrics for continuous content improvement and strategy refinement.\n\n---\n\n## 🛠️ Setup\n\nFollow these steps to get started:\n\n1. **Configure Environment Variables**  \n   Populate the `backend/.env` file with your API keys for services like OpenAI, ElevenLabs, and YouTube Data API.\n\n2. **Install Dependencies**  \n   Run the following command to install all required Python packages:  \n   ```bash\n   pip install -r backend/requirements.txt\n   ```\n\n3. **Run the Executor**  \n   Start the main execution bot:  \n   ```bash\n   python backend/services/special_executor/executor_bot.py\n   ```\n\n---\n\n## 📖 Usage\n\n1. Execute the main script to initiate the process.  \n   ```bash\n   python backend/services/special_executor/executor_bot.py\n   ```\n2. The plugin will generate:  \n   - A structured script  \n   - Fact-checked content  \n   - Audio output  \n   - SEO metadata\n3. View the results in the console and retrieve the generated audio file.\n\n---\n\n## ⚙️ Configuration\n\nCustomize the following options to suit your needs:\n\n- **API Keys**: Add required keys for OpenAI, ElevenLabs, YouTube Data API, and optionally Google Gemini in the `.env` file.\n- **Voice Settings**: Configure voice settings for the audio processor in the `backend/settings` directory.\n- **Output Formats**: Specify output file formats and directories for scripts, audio, and SEO metadata.\n\n---\n\n## 🛠️ Technical Details\n\nThe OML Tools Plugin is built with the following technologies:\n\n- **Python**  \n- **OpenAI API**  \n- **ElevenLabs API**  \n- **YouTube Data API**  \n- *(Optional)* **Google Gemini API**\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions to improve and expand the OML Tools Plugin! Follow these steps to contribute:  \n\n1. Fork the repository.  \n2. Create a new branch for your feature or bug fix.  \n3. Commit your changes and push them to your fork.  \n4. Submit a pull request for review.\n\nFor major changes, please open an issue to discuss your proposal first.\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 📬 Contact\n\nFor inquiries or support, feel free to reach out:\n\n**Arifur Rahman Chowdhury**  \n[learners@codexcreativestudio.com](mailto:learners@codexcreativestudio.com)\n\n---\n```\n\nYou can copy and paste this into your editor to replace the existing content in the `README.md` file. Let me know if you need further assistance!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexclub567%2Fcodexclub567","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodexclub567%2Fcodexclub567","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexclub567%2Fcodexclub567/lists"}