diff --git a/README.md b/README.md index 465bbb1..bb91dc7 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,12 @@ * [x] Lập lịch tự động thu thập dữ liệu * [x] Lập lịch tự động xóa các tin tuyển dụng quá hạn -- Chức năng hiện tại: +- Chức năng: - Tìm kiếm tin tuyển dụng theo từ khóa không phân biệt chữ hoa/thường, phải đủ dấu: * [x] Từ khóa: skill (golang, python, php,...) * [x] Từ khóa: location (Hà nội, Hồ chí minh, đà nẵng,...) * [x] Từ khóa: company (vccorp, FPT, vng,...) * [x] Từ khóa: location (Hà nội, Hồ chí minh, đà nẵng,...) và skill (golang, python, php,...) -- Chức năng sắp có: - - Xem chi tiết nội dung tin tuyển dụng dưới dạng ảnh chụp màn hình - [link](https://www.topcv.vn/brand/smartosc/tuyen-dung/it-comtor-j592057.html) - ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/screenshot_descript_brand.png) - Cài đặt: - [golang-install](https://go.dev/doc/install) @@ -48,6 +44,7 @@ $ ./vieclamit ``` - Deploy app to heroku + ``` $ heroku login $ heroku create vieclamit @@ -68,12 +65,11 @@ $ heroku ps:scale worker=1 $ heroku logs --tail ``` +![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/vli.png) - Sử dụng bot **vieclamit** trên telegram: - Bắt đầu và hướng dẫn sử dụng: - ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/start_help.png) - - Tìm kiếm tin tuyển dụng theo từ khóa công ty: ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/company.png) @@ -81,3 +77,7 @@ $ heroku logs --tail - Tìm kiếm tin tuyển dụng theo từ khóa kỹ năng: ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/skill.png) + + - Tìm kiếm tin tuyển dụng theo từ khóa địa điểm và kỹ năng: + + ![alt text](https://github.com/dactoankmapydev/vieclamit/blob/master/doc_pictures/vli2.png) diff --git a/doc_pictures/start_help.png b/doc_pictures/start_help.png deleted file mode 100644 index 78fd5ec..0000000 Binary files a/doc_pictures/start_help.png and /dev/null differ diff --git a/doc_pictures/vli.png b/doc_pictures/vli.png new file mode 100644 index 0000000..587967c Binary files /dev/null and b/doc_pictures/vli.png differ diff --git a/doc_pictures/vli2.png b/doc_pictures/vli2.png new file mode 100644 index 0000000..438c33f Binary files /dev/null and b/doc_pictures/vli2.png differ