{"id":16294724,"url":"https://github.com/thealphadollar/send_event_invites","last_synced_at":"2026-02-27T01:05:23.943Z","repository":{"id":100459374,"uuid":"133082484","full_name":"thealphadollar/send_event_invites","owner":"thealphadollar","description":"A  CLI tool for sending event invitations to a large number of attendees.","archived":false,"fork":false,"pushed_at":"2018-06-08T17:24:46.000Z","size":41,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T18:06:03.662Z","etag":null,"topics":["attendees","calendar-events","cli","event-emitter","event-notifications","google-api","google-calendar-api"],"latest_commit_sha":null,"homepage":null,"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/thealphadollar.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":"2018-05-11T19:50:33.000Z","updated_at":"2020-10-13T14:56:22.000Z","dependencies_parsed_at":"2023-05-14T20:45:25.638Z","dependency_job_id":null,"html_url":"https://github.com/thealphadollar/send_event_invites","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thealphadollar/send_event_invites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealphadollar%2Fsend_event_invites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealphadollar%2Fsend_event_invites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealphadollar%2Fsend_event_invites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealphadollar%2Fsend_event_invites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thealphadollar","download_url":"https://codeload.github.com/thealphadollar/send_event_invites/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealphadollar%2Fsend_event_invites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29879925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["attendees","calendar-events","cli","event-emitter","event-notifications","google-api","google-calendar-api"],"created_at":"2024-10-10T20:16:17.290Z","updated_at":"2026-02-27T01:05:23.925Z","avatar_url":"https://github.com/thealphadollar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Send Event Invites \n\nA  CLI tool for sending event invitations to a large number of attendees.\n\nThe tool has been made in such a manner that it is very easy to add new\ncalendar APIs and use them. \n\n## API support\n\nCurrently the client supports only Google Calendar.\n\n## Get CSV file from Google Group\n\nTo export your Groups list into a .csv file:\u003c/br\u003e\n- Sign-in to Google Groups\n- Click My Groups \u003e check the name of the group\n- In the upper right corner, click Manage\n- Near the top right corner of the page, click Export Members\n\n## Using the client\n\n- To use the client, clone the repository.\u003c/br\u003e\n`git clone https://github.com/thealphadollar/send_event_invites`\n- `cd send_event_invites`\n- `pip install pipenv \u0026\u0026 pipenv install`\n- `python3 -m src` if \"attendees.csv\" in src directory\u003c/br\u003e\n  `python3 -m src -p=[path_to_csv_file]` otherwise\n\n## Accepted arguments\n\n```text\nUsage: main.py [OPTIONS]\n\n  MEET MORE, LEARN MORE\n\n  A CLI tool which sends email invites using the implemented API (currently\n  GCalendar) to the address stored in attendees.csv or as path provided by\n  --path param.\n\nOptions:\n  --version                  Show the version and exit.\n  --api [google]             API to use with the tool,\n                             default is \"google\"\n  -p, --path PATH            path to the csv file containing\n                             email address of attendees, default is\n                             \"attendees.csv\" in src directory\n  -sd, --start-date TEXT     start date of the event, eg 2017-02-28 for\n                             28 february 2017\n  -st, --start-time TEXT     start time of the event. eg. 17:00\n  -l, --location TEXT        location of the event\n  -sum, --summary TEXT       summary of the event\n  -ed, --end-date TEXT       end date of the event (same as start date, if not\n                             provided), eg 2017-02-28 for 28 february 2017\n  -et, --end-time TEXT       end time of the event. eg. 17:00\n  -desc, --description TEXT  long description describing the event [optional]\n  --help                     Show this message and exit.\n```\n\n## Contributing\n\nContributions to the project are welcome; a couple of very easy issues are present in the issue tab.\n\n# Meet More, Learn More\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealphadollar%2Fsend_event_invites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthealphadollar%2Fsend_event_invites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealphadollar%2Fsend_event_invites/lists"}