- 해당 서비스, 중고거래 앱 통합 서비스는 사용 자의 이용용의성을 도모하기 위해 다양한 중고거래 앱을 통합하여 편의기능과 함께 제공하는 안드로이드 기반 앱이다.
- 사용자에게 입력받은 키워드를 이용하여 통합된 중고 매물의 리스트를 제공한다. 이때 일부 중고거래 앱은 사용자의 동네 인증을 필요로 하므로 지역 이름을 키워드와 함께 입력으로 받는다. 지정한 동네와 키워드를 조건으로 하여 데이터베이스에서 알맞은 매물들을 추출하고 매물의 이름, 사진, 가격, 지역, 상세 페이지 정보 등의 매물 정보를 제공한다.
- 사용자는 필터링 1번의 입력과 제목에서 제외하고 싶은 단어를 필터링 키워드로 하고 가격 범위를 설정하여 알람기능을 제공받을 수 있다. 조건에 맞는 새로운 매물이 등록되면 모니터링에 의해서 알람을 받을 수 있다.
-
python 3.6.9
Flask
firebase-admin 6.0.1
pymongo 4.2.0
bs4 0.0.1 -
설치방법
pip install -r requirements.txt
- retrofit2 2.9.0
firebase-messaging 23.1.0
firebase-analytics 21.2.0
android.material 1.6.1
androidx.appcompat 1.5.1
androidx.test.ext 1.1.3
androidx.test.espresso-core 3.4.0
junit 4.13.
com.github.bumptech.glide 4.11.0
JDK version 11.0.13
- crawler
cd crawling
python3 crawler.py -t 1 //당근 매물 크롤링
python3 crawler.py -t 2 //번개 매물 크롤링
python3 crawler.py -t 3 //중고 매물 크롤링
- server
cd server
python3 server.py
The MIT License (MIT)
Copyright (c) 2022 uni-market
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
염진봉 | jinbong-yeom | [email protected] | 충북대학교 컴퓨터공학과 |
---|---|---|---|
강인우 | kiw331 | [email protected] | 충북대학교 컴퓨터공학과 |
이석범 | stoneTiger0912 | [email protected] | 충북대학교 컴퓨터공학과 |