{"id":13585888,"url":"https://github.com/endormi/automation","last_synced_at":"2025-04-13T05:40:05.602Z","repository":{"id":117886381,"uuid":"203768775","full_name":"endormi/automation","owner":"endormi","description":"Collection of automated tasks","archived":false,"fork":false,"pushed_at":"2024-04-12T14:39:52.000Z","size":2252,"stargazers_count":41,"open_issues_count":0,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T18:17:30.359Z","etag":null,"topics":["automation","download-file","email-sender","excel","expenses","git","git-commands","graph","open-essentials","pyautogui","python","repository","scheduled-jobs","scheduler","selenium-tests","tweets","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/endormi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"endormi","patreon":"endormi","ko_fi":"endormi","custom":"www.buymeacoffee.com/endormi"}},"created_at":"2019-08-22T10:13:22.000Z","updated_at":"2024-08-01T16:31:49.876Z","dependencies_parsed_at":null,"dependency_job_id":"f5ff6f46-e6ce-44a6-aada-fb807e2242d1","html_url":"https://github.com/endormi/automation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endormi%2Fautomation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endormi%2Fautomation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endormi%2Fautomation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endormi%2Fautomation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endormi","download_url":"https://codeload.github.com/endormi/automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670507,"owners_count":21142897,"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":["automation","download-file","email-sender","excel","expenses","git","git-commands","graph","open-essentials","pyautogui","python","repository","scheduled-jobs","scheduler","selenium-tests","tweets","youtube-dl"],"created_at":"2024-08-01T15:05:12.351Z","updated_at":"2025-04-13T05:40:05.355Z","avatar_url":"https://github.com/endormi.png","language":"Python","funding_links":["https://github.com/sponsors/endormi","https://patreon.com/endormi","https://ko-fi.com/endormi","www.buymeacoffee.com/endormi"],"categories":["Python"],"sub_categories":[],"readme":"# Automation [![Python Version](https://img.shields.io/badge/python-3.6.1-brightgreen.svg?)](https://www.python.org/downloads/)\n\nCollection of automated tasks.\n\n\u003e **Disclaimer**: Some of the scripts are small and may not be very useful for example [Send-email](https://github.com/endormi/automation/blob/master/send-email/email.py), but are still pretty cool :).\n\n\u003e I created some of the scripts with the intention that they're a foundation for more complex automated scripts such as. expenses, income, selenium-testing and a few more. The files that are these types of scripts will have (X).\n\nClone repository:\n\n```\ngit clone https://github.com/endormi/automation.git \u0026\u0026 cd automation\n```\n\nInstall requirements:\n\n```sh\npip install -r requirements.txt\n```\n\nNow you can run every script.\n\n- [DL-file](https://github.com/endormi/automation/blob/master/dl-file/dl.py) - X - File downloader.\n- [Excel](https://github.com/endormi/automation/blob/master/excel):\n  - [Expenses](https://github.com/endormi/automation/blob/master/excel/expenses.py) - X - Adds business and personal expenses to Excel (Current code needs you to add the expenses manually, but will automatically add them to Excel. Not ideal I know, I'll be adding a better code when I have time). This is only a foundation for your excel files, which you can then update to your own liking.\n  - [Graph](https://github.com/endormi/automation/blob/master/excel/graphs.py) - X - Excel graph.\n  - [Income](https://github.com/endormi/automation/blob/master/excel/income.py) - X - Adds income to Excel (Current code needs you to add the income manually, but will automatically add them to Excel. Not ideal I know, I'll be adding a better code when I have time). This is only a foundation for your excel files, which you can then update to your own liking.\n- [Hue-light](https://github.com/endormi/automation/blob/master/hue-light/control.py) - X - Control hue lights.\n- [Git-commands](https://github.com/endormi/automation/blob/master/git-commands/commands.py) - Automates the process of using commands such as clone, commit, branch, pull, merge and blame.\n- [Monitor-website](https://github.com/endormi/automation/blob/master/monitor-website/web.py) - If website isn't up-and-running, sends an email and plays a sound.\n- [Move-cursor](https://github.com/endormi/automation/blob/master/move-cursor):\n  - [Move-cursor](https://github.com/endormi/automation/blob/master/move-cursor/cursor.py) - Move cursor every 10 seconds.\n  - [Piano tiles](https://github.com/endormi/automation/blob/master/move-cursor/piano_tiles_bot.py) - Magic piano tiles game script by [adhirajpandey](https://github.com/adhirajpandey).\n- [Organize-files](https://github.com/endormi/automation/blob/master/organize-files/organizer.py) - Organizes files (images, audio, texts, videos and compressed files) and moves them inside specified folders.\n- [Reddit](https://github.com/endormi/automation/blob/master/reddit) - Allows you to efficiently transfer joined subreddits from one account to another reddit account:\n  - [Extract](https://github.com/endormi/automation/blob/master/reddit/extract.py) by [adhirajpandey](https://github.com/adhirajpandey).\n  - [Join](https://github.com/endormi/automation/blob/master/reddit/join.py) by [adhirajpandey](https://github.com/adhirajpandey).\n- [Repo](https://github.com/endormi/automation/tree/master/repo) - Creates a private or public GitHub repository (uses selenium, but you can easily also use the GitHub package).\n- [Scheduler](https://github.com/endormi/automation/tree/master/scheduler/scheduler.py) - X - Scheduled jobs (open email, shutdown computer etc.).\n- [Selenium testing](https://github.com/endormi/automation/tree/master/selenium-testing):\n  - [Cross browser](https://github.com/endormi/automation/blob/master/selenium-testing/cross-browser.py) - X - Cross browser testing.\n  - [Login form](https://github.com/endormi/automation/blob/master/selenium-testing/login-form.py) - X - Login form testing (tests GitHub, Stack Overflow and Twitter) and generates report.\n  - [Search](https://github.com/endormi/automation/blob/master/selenium-testing/search.py) - X - Search function testing (searches `Python` in GitHub, Stack Overflow and Amazon) and generates report.\n  - [Sign up SO](https://github.com/endormi/automation/blob/master/selenium-testing/sign-up-so.py) - X - Sign up testing (tests Stack Overflow, Gmail and GitHub) and generates report.\n- [Send-email](https://github.com/endormi/automation/blob/master/send-email/email.py) - Send emails (subject, content and image attachments).\n- [Tweeter](https://github.com/endormi/automation/blob/master/tweeter) - Write and post tweets.\n- [Whatsapp](https://github.com/endormi/automation/blob/master/whatsapp/msg.py) - Send Whatsapp message (I'm thinking of switching from Whatsapp, but thought this still should be added).\n- [Youtube](https://github.com/endormi/automation/blob/master/youtube/dl.py) - Download an audio from YouTube.\n\n## License\n\nThe source code is released under the [MIT License](https://github.com/endormi/automation/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendormi%2Fautomation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendormi%2Fautomation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendormi%2Fautomation/lists"}