{"id":20164321,"url":"https://github.com/stephenombuya/automation_scripts","last_synced_at":"2026-06-13T09:01:39.824Z","repository":{"id":256388178,"uuid":"855142043","full_name":"stephenombuya/Automation_Scripts","owner":"stephenombuya","description":"A collection of Python scripts and tools designed to automate various tasks, improve productivity, and simplify repetitive actions. Each script is well-documented and serves a specific purpose, ranging from data visualization to smart home control.","archived":false,"fork":false,"pushed_at":"2024-12-27T11:01:59.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T14:28:48.341Z","etag":null,"topics":["automation-with-python","data-visualization","productivity","python3","smart-home-automation","webautomation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/stephenombuya.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-09-10T11:37:23.000Z","updated_at":"2024-12-27T11:04:38.000Z","dependencies_parsed_at":"2025-01-13T14:40:47.920Z","dependency_job_id":null,"html_url":"https://github.com/stephenombuya/Automation_Scripts","commit_stats":null,"previous_names":["stephenombuya/automation_scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FAutomation_Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FAutomation_Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FAutomation_Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenombuya%2FAutomation_Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenombuya","download_url":"https://codeload.github.com/stephenombuya/Automation_Scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600490,"owners_count":19988715,"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-with-python","data-visualization","productivity","python3","smart-home-automation","webautomation"],"created_at":"2024-11-14T00:33:59.994Z","updated_at":"2026-06-13T09:01:34.783Z","avatar_url":"https://github.com/stephenombuya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Automation_Scripts**\nA collection of Python scripts and tools designed to automate various tasks, improve productivity, and simplify repetitive actions. Each script is well-documented and serves a specific purpose, ranging from data visualization to smart home control.\n\n---\n\n## **Repository Structure**\n### Folders:\n   1. **Facebook Bot**\n      - Automate interactions and actions on Facebook. Includes a basic setup and app.py.\n\n   2. **Instagram Bot**\n      - A script for automating Instagram tasks such as posting, commenting, or following.\n\n   3. **Twitter Bot**\n      - Automate Twitter tasks, including posting tweets and managing followers.\n\n### **Standalone Scripts:**\n   1. `currency_converter.py`\n      - Converts currencies using live exchange rates from online APIs.\n\n   2. `data_visualizer.py`\n      - Creates interactive data visualizations using libraries like Matplotlib or Plotly.\n\n   3. `email_sender.py`\n      - Automates email sending using SMTP protocols. Supports attachments.\n\n   4. `file_organizer.py`\n      - Organizes files in a directory by categories such as file type.\n\n   5. `pdf_merger.py`\n      - Merges multiple PDF files into a single document.\n\n   6. `screenshot_capture.py`\n      - Captures screenshots of your desktop or a specific application window.\n\n   7. `smart_home_control.py`\n      - Integrates with IoT devices to control smart home functions like lights or thermostats.\n\n   8. `system_health_check.py`\n      - Monitors system performance metrics like CPU usage, memory, and disk space.\n\n   9. `url_refresher.py`\n      - Refreshes a given URL using Selenium WebDriver, with configurable wait times.\n\n   10. `web_scraper.py`\n      - Scrapes web pages for data using BeautifulSoup or Selenium.\n\n   11. `word_merger.py`\n      - Merges multiple Word documents into a single file.\n\n---\n\n\n## **Setup Instructions**\n### Prerequisites\n   - Python 3.x\n   - Required libraries:\n      - Selenium\n      - BeautifulSoup\n      - Matplotlib / Plotly (for data visualization)\n      - PyPDF2 (for PDF merging)\n      - smtplib (for email automation)\n      - Any other specific libraries listed in individual script headers.\n\n\n### Installation\n   1. Clone the repository:\n\n      ```bash\n      git clone https://github.com/stephenombuya/Automation_Scripts/tree/main\n      cd Automation_Scripts\n      ```\n\n   2. Install dependencies:\n\n      ```\n      pip install -r requirements.txt\n      ```\n      \n\n### Script-Specific Setup\nSome scripts may require additional setup (e.g., API keys for bots, SMTP credentials for `email_sender.py`, or ChromeDriver for Selenium). Refer to the script comments for details.\n\n---\n\n## **General Usage**\n   1. Navigate to the script directory:\n\n      ```bash\n      cd \u003cscript_name\u003e\n      ```\n\n   2. Run the script:\n\n     ``` php\n      python \u003cscript_name\u003e.py\n      ```\n      \n   3. Modify the configuration variables as needed in each script to customize behavior (e.g., URL for `url_refresher.py` or directory path for `file_organizer.py`).\n\n---\n\n\n## **Troubleshooting**\n   - Ensure all dependencies are installed.\n   - Check for updated versions of ChromeDriver or other required tools.\n   - Follow the specific error message recommendations.\n\nFor issues or suggestions, feel free to create an issue in the GitHub repository.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenombuya%2Fautomation_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenombuya%2Fautomation_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenombuya%2Fautomation_scripts/lists"}