{"id":22389726,"url":"https://github.com/rflcnunes/crawler_email_py","last_synced_at":"2025-08-10T04:36:05.862Z","repository":{"id":68814823,"uuid":"581403829","full_name":"rflcnunes/crawler_email_py","owner":"rflcnunes","description":"In this project I'm creating a web crawler to check email boxes and handle incoming messages.","archived":false,"fork":false,"pushed_at":"2022-12-27T05:12:42.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T21:33:42.442Z","etag":null,"topics":["aws-bucket","aws-bucket-s3","aws-s3","crawler","crawler-python","email","python","rabbitmq"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rflcnunes.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":"2022-12-23T04:50:15.000Z","updated_at":"2024-04-29T04:01:58.000Z","dependencies_parsed_at":"2023-09-14T07:35:57.153Z","dependency_job_id":null,"html_url":"https://github.com/rflcnunes/crawler_email_py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rflcnunes/crawler_email_py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rflcnunes%2Fcrawler_email_py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rflcnunes%2Fcrawler_email_py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rflcnunes%2Fcrawler_email_py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rflcnunes%2Fcrawler_email_py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rflcnunes","download_url":"https://codeload.github.com/rflcnunes/crawler_email_py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rflcnunes%2Fcrawler_email_py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677455,"owners_count":24457853,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws-bucket","aws-bucket-s3","aws-s3","crawler","crawler-python","email","python","rabbitmq"],"created_at":"2024-12-05T03:13:04.823Z","updated_at":"2025-08-10T04:36:05.819Z","avatar_url":"https://github.com/rflcnunes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crawler_email_py\n\nThis is a simple email crawler written in Python.\n\n## Requirements\n\n- Python 3.6+\n- Docker\n\n## Docker\n\n- RabbitMQ\n- Minio\n\n## Usage\n\nCreate data and logs folder in the root directory.\n\n```bash \nmkdir data\nmkdir logs\nmkdir attachments\n```\n\nAdded your variables in the .env file.\n\n````bash\ncp .env.example .env\n````\n\nRequired variables:\n\n- `IMAP_GMAIL_HOST`\n- `IMAP_GMAIL_EMAIL`\n- `IMAP_GMAIL_PASSWORD`\n- `LOCAL_FILE_PATH`\n\nStart RabbitMQ and Minio\n\n```bash\ndocker-compose up -d\n```\n\nAccess RabbitMQ at http://localhost:15672/ with username and password `guest`.\n\nAccess Minio at http://localhost:9002/ with username and password `minioadmin`.\n\nInstall dependencies\n\n```bash\npip install -r requirements.txt\n```\n\nRun the script\n\n```bash\npython3 main.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frflcnunes%2Fcrawler_email_py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frflcnunes%2Fcrawler_email_py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frflcnunes%2Fcrawler_email_py/lists"}