{"id":18266195,"url":"https://github.com/arindal1/automation-scripts","last_synced_at":"2026-03-05T01:31:28.023Z","repository":{"id":210171318,"uuid":"723281322","full_name":"arindal1/automation-scripts","owner":"arindal1","description":"A collection of automation scripts.","archived":false,"fork":false,"pushed_at":"2024-08-25T16:00:18.000Z","size":9118,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-24T06:06:53.196Z","etag":null,"topics":["automation","cpp","python","pythonscript","scripts","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","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/arindal1.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":"2023-11-25T06:52:01.000Z","updated_at":"2024-09-04T11:28:17.000Z","dependencies_parsed_at":"2024-02-12T17:27:35.131Z","dependency_job_id":"413d84ce-8c50-4005-ab16-6c20b5673821","html_url":"https://github.com/arindal1/automation-scripts","commit_stats":null,"previous_names":["arindal1/automation-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arindal1/automation-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fautomation-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fautomation-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fautomation-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fautomation-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arindal1","download_url":"https://codeload.github.com/arindal1/automation-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2Fautomation-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"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":["automation","cpp","python","pythonscript","scripts","shell"],"created_at":"2024-11-05T11:22:26.421Z","updated_at":"2026-03-05T01:31:27.945Z","avatar_url":"https://github.com/arindal1.png","language":"Python","readme":"# Automation Scripts\n\n## Overview\n\nThis repository houses a collection of automation scripts written in various programming languages such as Python, Shell, C++, etc. These scripts aim to automate and streamline different tasks to make your workflow more efficient.\n\n## Scripts\n\n| Script | Link |\n| -------- | :--------: |\n| Algebra Solver | [algbr-slvr](https://github.com/arindal1/automation-scripts/tree/main/algebra_solver) |\n| Code Template / Boilerplate Generator | [blrplt-gen](https://github.com/arindal1/automation-scripts/tree/main/boilerplate_generator) |\n| Disk Cleanup Utility | [dskcln-utl](https://github.com/arindal1/automation-scripts/tree/main/disk_cleanup) |\n| Expense Manager / Tracker | [xpns-mngr](https://github.com/arindal1/automation-scripts/tree/main/expense_manager) |\n| Image to ASCII Art | [ascii-cnvtr](https://github.com/arindal1/automation-scripts/tree/main/image_to_ascii) |\n| Password Generator | [psswrd-gen](https://github.com/arindal1/automation-scripts/tree/main/password_gen) |\n| Prolog Template Scripts | [prlg-scrpts](https://github.com/arindal1/automation-scripts/tree/main/prolog_scripts) |\n| System Resourse Monitor | [sys-mntr](https://github.com/arindal1/automation-scripts/tree/main/sys_monitor) |\n| Voice Language Translator | [lang-trnsltr](https://github.com/arindal1/automation-scripts/tree/main/voice_translator) |\n| WhatsApp Mass Ping | [mass-png](https://github.com/arindal1/automation-scripts/tree/main/wp_mass_mention) |\n| Youtube Downloader | [yt-dwnldr](https://github.com/arindal1/automation-scripts/tree/main/yt_downloader) |\n|  |  |\n\n\n## Languages\n\nThe scripts in this repository are written in various languages, including:\n\n| | | | | | | |\n| -- | -- | -- | -- | -- | -- | -- |\n| Python | C++ | C# | Prolog | Rust | Shell | JavaScript |\n\n## How to use?\n(most scripts need their dependencies, so install them before running the scripts)\n\n- **Python** codes can be run through the terminal using `python filename.py` or if it uses **Streamlit** use `streamlit run filename.py`, and run **Flask** files using `python app.py` and the access the localhost using `app.run(debug=True, port=8000)`.\n- **Shell** scripts can be run through the terminal. You have to make the file executable using `chmod +x your_script_name.sh` then run it using `./your_script_name.sh`.\n- **CPP** scripts can be run through the terminal by compiling it using `g++ your_file.cpp -o output_executable` then running the compiled file using `./output_executable`.\n\n## Contributing\n\nContributions are welcome! If you have a script you'd like to add or have improvements to an existing one, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature-name`.\n3. Commit your changes: `git commit -am 'Add new script'`.\n4. Push to the branch: `git push origin feature/your-feature-name`.\n5. Open a pull request.\n\nPlease provide a clear and concise description of your changes or additions.\n\n## License\n\nThis repository is licensed under the [MIT License](https://opensource.org/license/mit/). See the [LICENSE](LICENSE) file for details.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fautomation-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farindal1%2Fautomation-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fautomation-scripts/lists"}