Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfcampbell/moth-talk
This Azure function lets me know when new Moth events have tickets available.
https://github.com/kfcampbell/moth-talk
Last synced: 13 days ago
JSON representation
This Azure function lets me know when new Moth events have tickets available.
- Host: GitHub
- URL: https://github.com/kfcampbell/moth-talk
- Owner: kfcampbell
- Created: 2019-11-23T18:49:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T10:36:27.000Z (about 2 years ago)
- Last Synced: 2024-12-15T04:42:15.715Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# moth-talk
This is a baby project created after being annoyed at missing too many Moth events.
## Goals
- Scrape themoth.org once a day.
- If there are tickets available, send an email to notify me/others that we can buy tickets.
- The notification should contain the date, time, location, and theme of the event.todo(kfcampbell): add tests
This could be a good example project if all the todos were cleaned up a bit.