{"id":22877380,"url":"https://github.com/ch563/fakeact","last_synced_at":"2025-08-31T12:41:27.593Z","repository":{"id":267749500,"uuid":"902219840","full_name":"CH563/fakeact","owner":"CH563","description":"🐟Command line fake tool, fake framework logs output, but not doing anything","archived":false,"fork":false,"pushed_at":"2025-03-07T07:35:31.000Z","size":1429,"stargazers_count":29,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:22:24.040Z","etag":null,"topics":["cli","command-line","console","docker","download","fake","fakeact"],"latest_commit_sha":null,"homepage":"https://fakeact.fun/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CH563.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}},"created_at":"2024-12-12T06:27:37.000Z","updated_at":"2025-03-25T07:23:15.000Z","dependencies_parsed_at":"2024-12-12T08:18:22.062Z","dependency_job_id":"a3d30c43-ccac-4da8-b0bf-0c04dab79ba4","html_url":"https://github.com/CH563/fakeact","commit_stats":null,"previous_names":["ch563/fakeact"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CH563%2Ffakeact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CH563%2Ffakeact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CH563%2Ffakeact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CH563%2Ffakeact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CH563","download_url":"https://codeload.github.com/CH563/fakeact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252776506,"owners_count":21802463,"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":["cli","command-line","console","docker","download","fake","fakeact"],"created_at":"2024-12-13T15:36:35.449Z","updated_at":"2025-05-06T21:49:27.771Z","avatar_url":"https://github.com/CH563.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/CH563/fakeact/blob/web/app/public/favicon.svg\" style=\"width:80px\"\u003e\n\n# Fakeact - Command line fake tool\n\n[![Stars](https://img.shields.io/github/stars/CH563/fakeact.svg)](https://github.com/CH563/fakeact/stargazers)\n[![npm](https://img.shields.io/npm/v/fakeact.svg)](https://www.npmjs.com/package/fakeact) \n[![npm downloads](https://img.shields.io/npm/dm/fakeact?color=blue\u0026label=npm%20downloads)](https://www.npmjs.com/package/fakeact)\n[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/CH563/fakeact/blob/main/LICENSE)\n\nWebsite: [https://fakeact.fun](https://fakeact.fun)\n\n🐟Fake live output of various installation and compilation logs, pretending to be busy to make you look professional, but not doing anything\n\nWhen run, it just fake log printout and **doesn't process or install any data**, making the command line output look professional and in a busy state\n\n![](https://github.com/CH563/fakeact/blob/main/gifs/download.gif)\n![](https://github.com/CH563/fakeact/blob/main/gifs/composer.gif)\n\n\n### Running on-demand\n\nUsing `npx` ou can run the script without installing it first:\n\n```bash\nnpx fakeact\n```\n\n### Installation\n\n```bash\nnpm install fakeact -g\n```\n\nThis will install `fakeact` globally so that it may be run from the command line anywhere.\n\n\n### Run in Docker\n\n```bash\ndocker run -it --rm ch563/fakeact -m composer\n```\n\nModify -m or add parameters to run different modules\n\n### Usage\n\n    A command line fake active tool\n\n    Usage: fakeact [OPTIONS]\n\n    Options:\n      -l, --list                                       list available modules\n      -m, --modules \u003cmodules\u003e                          run only these modules [possible values: ansible, bootlog, botnet, bruteforce, cargo, cc,\n                                                       composer, cryptomining, dockerBuild, dockerImageRm, download, julia, kernelCompile, memdump,\n                                                       mkinitcpio, rkhunter, simcity, terraform, weblog] (default: \"all\")\n      -s, --speed-factor \u003cfactor\u003e                      global speed factor (default: \"1\")\n      -t, --times \u003ctimes\u003e                              execution times, 0 means infinite (default: \"1\")\n      -h, --help                                       display help for command\n      -V, --version                                    display version\n\n\n### Support modules\n\n- [x] ansible - Ansible Deployment Log Simulator | DevOps Testing Tool\n- [x] bootlog - System Boot Log Simulator | Linux Startup Log Generator\n- [x] botnet - Botnet Activity Log Generator | Network Security Testing\n- [x] bruteforce - Brute Force Attack Log Simulator | Security Testing Tool\n- [x] cargo - Rust Cargo Build Log Generator | Development Testing Tool\n- [x] cc - C/C++ Compilation Log Generator | Build Process Simulator\n- [x] composer - PHP Composer Log Generator | Package Installation Simulator\n- [x] cryptomining - Cryptocurrency Mining Log Generator | Blockchain Tool\n- [x] dockerBuild - Docker Build Log Generator | Container Build Simulator\n- [x] dockerImageRm - Docker Image Removal Log Generator | Container Management\n- [x] download - File Download Log Generator | Network Transfer Simulator\n- [x] julia - Julia Package Manager Log Simulator | Scientific Computing\n- [x] kernelCompile - Linux Kernel Compilation Log Generator | System Development\n- [x] memdump - Memory Dump Log Generator | System Analysis Tool\n- [x] mkinitcpio - Initramfs Generation Log Simulator | Linux Boot Tool\n- [x] rkhunter - Rootkit Scanner Log Generator | Security Analysis Tool\n- [x] simcity - SimCity Game Log Generator | Gaming Development Tool\n- [x] terraform - Terraform Deployment Log Generator | Infrastructure as Code\n- [x] weblog - Web Server Access Log Generator | Website Analytics Tool\n- [x] npm - NPM Installation Log Generator | Node.js Development Tool\n- [x] nextBuild - Next.js Build Log Generator | React Framework Tool\n- [x] ganache - Ganache Blockchain Log Generator | Ethereum Development\n- [x] pip - Pip Installation Log Generator | Python Package Tool\n\n### Building\n\ngit clone and `pnpm`:\n\n    git clone https://github.com/CH563/fakeact.git\n    cd fakeact\n    pnpm install\n    pnpm run build\n\n## Thanks to\n\ninspired credit to Rust [Genact](https://github.com/svenstaro/genact), and Log data\n\n## License\n\nFakeact is licensed under the [MIT License](https://github.com/CH563/fakeact/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch563%2Ffakeact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fch563%2Ffakeact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch563%2Ffakeact/lists"}