{"id":19682793,"url":"https://github.com/pydevcasts/resumerover","last_synced_at":"2025-04-29T05:30:41.345Z","repository":{"id":227747884,"uuid":"408526024","full_name":"pydevcasts/ResumeRover","owner":"pydevcasts","description":"This project is a tool for extracting emails from websites. Users can input a list of links, and the tool will gather emails from those pages. It also allows users to send resumes to the extracted emails","archived":false,"fork":false,"pushed_at":"2024-12-07T20:56:31.000Z","size":4621,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T10:41:35.417Z","etag":null,"topics":["asyncio","beautifulsoup","bs4","cache","email-sender","email-template","job-scheduler","jobsearch","oop","python","request","resume-template","selenium","threading","unittest"],"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/pydevcasts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-20T16:51:44.000Z","updated_at":"2025-02-24T14:26:57.000Z","dependencies_parsed_at":"2024-11-08T11:36:28.905Z","dependency_job_id":"f0b987f8-aa86-4903-aa8b-f7665a71c927","html_url":"https://github.com/pydevcasts/ResumeRover","commit_stats":null,"previous_names":["pydevcasts/emailextractor","pydevcasts/resumerover"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydevcasts%2FResumeRover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydevcasts%2FResumeRover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydevcasts%2FResumeRover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydevcasts%2FResumeRover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pydevcasts","download_url":"https://codeload.github.com/pydevcasts/ResumeRover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251444132,"owners_count":21590426,"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":["asyncio","beautifulsoup","bs4","cache","email-sender","email-template","job-scheduler","jobsearch","oop","python","request","resume-template","selenium","threading","unittest"],"created_at":"2024-11-11T18:12:13.426Z","updated_at":"2025-04-29T05:30:41.327Z","avatar_url":"https://github.com/pydevcasts.png","language":"Python","readme":"# ResumeRover\n\nEmail Handler is a simple and efficient tool for managing and sending emails using Python. This project allows you to automate the sending of emails and easily work with a list of email addresses.\n\n## Features\n\n- Send HTML emails with content and attachments\n- Read email lists from a file\n- Log informational messages and errors\n- Simple and user-friendly design\n\n## Prerequisites\n\nTo use this project, you need the following:\n\n- Python 3.6 or higher\n- The following libraries:\n  - `aiofiles`\n  - `smtplib`\n  - `ssl`\n  - `email`\n  \n\n![Screenshot from 2024-11-17 01-34-47](https://github.com/user-attachments/assets/1d72cd98-9b07-4f7d-9783-deed955af286)\n\n  \n\n```bash\ngit clone https://github.com/pydevcasts/ResumeRover.git\ncd ResumeRover\npython -m venv venv\nsource ./venv /bin/activate\n#You can install the libraries using pip:\npip install -r ./requirements.txt\ncd src\npython main.py\n\n\n## Project Structure\nResumeRover/\n└── src  \n        ├── email_sender.py        # Main file for sending emails\n        ├── utils.py               # Helper functions for managing emails\n        ├── email_content.py       # Content and settings for emails\n        ├── run_main.py            # Entry point of the program\n        ├── run_sender.py          # Script for sending emails\n        └── run_getmail.py         # Script for retrieving emails\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydevcasts%2Fresumerover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydevcasts%2Fresumerover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydevcasts%2Fresumerover/lists"}