{"id":20100837,"url":"https://github.com/chiumax/schedule-email-bot","last_synced_at":"2026-05-12T15:34:32.319Z","repository":{"id":124106995,"uuid":"148411732","full_name":"chiumax/schedule-email-bot","owner":"chiumax","description":"Pretty shabby email/discord bot I built to save the inconvenience of looking at google drive for schedules.","archived":false,"fork":false,"pushed_at":"2018-12-15T17:00:27.000Z","size":713,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T16:49:33.706Z","etag":null,"topics":["cheeriojs","discord","node-mailer","webscraping"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/chiumax.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-09-12T02:49:54.000Z","updated_at":"2023-03-09T03:42:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"220a6fcf-7187-4346-bc9d-c87d2004a3ec","html_url":"https://github.com/chiumax/schedule-email-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chiumax/schedule-email-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiumax%2Fschedule-email-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiumax%2Fschedule-email-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiumax%2Fschedule-email-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiumax%2Fschedule-email-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chiumax","download_url":"https://codeload.github.com/chiumax/schedule-email-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiumax%2Fschedule-email-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cheeriojs","discord","node-mailer","webscraping"],"created_at":"2024-11-13T17:17:18.075Z","updated_at":"2026-05-12T15:34:32.314Z","avatar_url":"https://github.com/chiumax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schedule Email Bot :envelope:\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nPretty shabby email/discord bot written in JS. I built this to save the inconvenience of looking at google drive for schedules.\n\nSpecial thanks to [Aidan](https://github.com/aidangoettsch).\n\n## Background :flags:\n\nThe school I go to groups classes into flexible 'blocks' of time. These 'blocks' of time are prone to change everyday and they are published on a google sheets. Instead of actually visiting the sheets page everyday, why not just send it/email it to you?\n\nEven if not meant to be reused, I'll admit that the code here is not 100% reusable since a lot of things were special cases when I was scraping the schedules.\n\n## Notable Resources/Dependencies :books:\n\n-   Node.JS (v10.10.0) [https://nodejs.org/en/]\n-   discord.js (v11.3.2) [https://discord.js.org/#/]\n-   cheerio (v1.0.0-rc.2) [https://cheerio.js.org/]\n-   moment (v2.22.2) [https://momentjs.com/]\n-   nodemailer (v.4.6.8) [https://nodemailer.com/about/]\n-   request-promise (v4.2.2) [https://github.com/request/request-promise]\n\n### Testing\n\n-   sinon (v.6.2.0) [https://sinonjs.org/]\n\n\n\n## TO-DO :white_check_mark:\n- [x] Add a different good morning message everyday\n- [x] Parse extra data in the schedule so formatting looks nice\n- [x] Add some screenshots\n- [x] Credit dependencies\n- [x] Add more comments\n- [x] 'Forecast' of tomorrow's schedule\n\n\n## Screenshots :camera:\n![discord](https://github.com/dumblole/schedule-email-bot/blob/master/image/Discord_2018-09-14_22-18-15.png)\n\n![discord](https://github.com/dumblole/schedule-email-bot/blob/master/image/Discord_2018-09-14_22-19-26.png)\n\n![discord](https://github.com/dumblole/schedule-email-bot/blob/master/image/Capture.PNG)\n\n![gmail](https://github.com/dumblole/schedule-email-bot/blob/master/image/chrome_2018-09-14_22-21-55.png)\n\n*Formatting still leaves a lot to be desired*\n\n![original](https://github.com/dumblole/schedule-email-bot/blob/master/image/chrome_2018-09-14_22-22-11.png)\n\n*Example of what my bot parses*\n## Code Style :art:\n\n-   I use the [Prettier](https://prettier.io/) code formatter for js (default settings from the vs-code extension except for line width set to 100).\n\n    [\u003cimg src =\"https://prettier.io/icon.png\" alt=\"prettier logo\" width=\"100\" height=\"100\"\u003e](https://prettier.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiumax%2Fschedule-email-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiumax%2Fschedule-email-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiumax%2Fschedule-email-bot/lists"}