https://github.com/bwsix/ntust-bulletin-2
去除臺科公佈欄的重複訊息與emoji
https://github.com/bwsix/ntust-bulletin-2
Last synced: over 1 year ago
JSON representation
去除臺科公佈欄的重複訊息與emoji
- Host: GitHub
- URL: https://github.com/bwsix/ntust-bulletin-2
- Owner: BWsix
- License: gpl-3.0
- Created: 2024-01-31T10:42:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T12:57:14.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:22:51.419Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NTUST Bulletin 2
NTUST Bulletin 2 removes the following shites from the NTUST Bulletin and sends
the filtered version to your mailbox:
- Recurring announcements
- Emojis in titles
## Quick start
> **Security Note:** `NTUST Bulletin 2` uses an unencrypted connection to
> communicate with the mail server. Please be aware of potential security risks.
0. Star this repo (thanks 😉)
1. Fork this repo
2. Go to `Settings` > `Code and automation` > `Environments` > `New environment`
1. Enter `production` for `Name *` and hit `Configure environment`
2. `Environment secrets` > `Add secret`
1. Enter `MAIL_USER` for `Name`
2. Enter `your student id (BXXXXXXXX)` for `Value`
3. `Environment secrets` > `Add secret`
1. Enter `MAIL_PASSWORD` for `Name`
2. Enter `your password mail account` for `Value`
4. (Optional) `Environment variables` > `Add variable`
1. Enter `RECIPIENT` for `Name`
2. Enter `email address(es, seperated by comma)` for `Value`