{"id":29192526,"url":"https://github.com/itu-ai/mailo","last_synced_at":"2026-04-17T08:01:59.899Z","repository":{"id":280885405,"uuid":"868593112","full_name":"itu-ai/mailo","owner":"itu-ai","description":"Mailing service \u0026 repository tailored for the use of ITU AI","archived":false,"fork":false,"pushed_at":"2024-10-09T13:35:15.000Z","size":27,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T01:41:48.194Z","etag":null,"topics":["database","email","email-sender","postgresql","python","python3","repository"],"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/itu-ai.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-10-06T19:14:37.000Z","updated_at":"2025-02-06T01:55:04.000Z","dependencies_parsed_at":"2025-03-05T20:57:47.535Z","dependency_job_id":"953f9d7d-fd98-424c-8d54-0ace2d78acd5","html_url":"https://github.com/itu-ai/mailo","commit_stats":null,"previous_names":["itu-ai/mailo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itu-ai/mailo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itu-ai%2Fmailo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itu-ai%2Fmailo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itu-ai%2Fmailo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itu-ai%2Fmailo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itu-ai","download_url":"https://codeload.github.com/itu-ai/mailo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itu-ai%2Fmailo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["database","email","email-sender","postgresql","python","python3","repository"],"created_at":"2025-07-02T01:37:13.660Z","updated_at":"2026-04-17T08:01:59.842Z","avatar_url":"https://github.com/itu-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mailo - Mass Mailing Helper\n\nAutomatic Mail system with PostgreSQL database in the backend, integrated with SQLAlchemy ORM and Alemic migrations.\n\n## License\n\nThis project is licensed under the GNU GPL-3.0 license.\n\n## Setup\n\nThe project is written in Python 3.12.6, although should work on any Python Interpreter above 3.5.x.\n\nFor easy setup, create a python virtual environment and run:\n    \n```bash\npip install -r requirements.txt\n# or\nmake init\n```\n\nCreate a postgresql database, create a `.env` file in the root directory and add update it.\n\nMake sure PostgreSQL is running, then run the following command for migrations in the root directory:\n\n```bash\nalemic upgrade head\n```\n\n## Usage\n\nThere is no framework used, so there is only scripts for specific tasks.\n\n`src/storage.py` is used to update the database with a tabular data like an excel sheet, by entering the path to the file, column for the names and emails, plus the event code.\n\n`src/sender.py` is used to send emails to a list of recipients. There is no specific automation in that script for now, everything is entered manually to the script according to the needs.\n\nEvery time `sender.py` is run, it creates a log file with the email details and the status of the email sent to the recipients.\n\n\n## Details for ITU AI Usage\n\nEvent codes in the databases are used to identify the events participants are registered to.\n\nFollowing event codes are used in the databases:\n- `datathonai22`\n- `aisummit22`\n- `aisummit23`\n- `aisummit24`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitu-ai%2Fmailo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitu-ai%2Fmailo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitu-ai%2Fmailo/lists"}