heartcored98
released this
22 Sep 03:23
·
80 commits
to master
since this release
New Features
This version includes uploaded posts tracking and telegram push notification on channel.
The post tracking is basically operated by pulling the table of the posts periodically using request
package.
The tracker divide posts into new posts and old posts.
For the new posts, we send the push notification with its title and url link via telegram channel. Additionally, we filtered out the posts whose title contains stop words such as carfull
or deleted
keyword.
For the old posts, we filtered modified posts via their titles and if finished
or complete
keyword added then it would classified as finished job posts. Otherwise, we classified the post as just simple modification.
Future Features
- Crawl the post content and provide preview inside the telegram message
- Improve stability and unexpected error handling
- Send crash report to the administrator
- Monitor new job posts on the KAIST portal webpage.
- Open the url link directly via default web browser