KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sgl
★ 11
Open GitHub ↗
A simple crawler for https://rent.591.com.tw/
Download README (.md)
Explore Similar Repositories
Chinese-Words-Segmentation
:
Chinese word segmentation algorithm based on entropy(基于熵,无需语料库的中文分词)
qiniu-tp5
:
基于tp5框架的七牛云存储实现,可以方便的实现文件上传,文件管理功能。只需两行代码就能完成一次文件上传
Efes
:
Proof of concept demo for a tool that listens for keywords, and records audio to a file.
bindingadapterdemo
:
No description available.
applications-help
:
OBSOLETE => USE https://github.com/opendigitaleducation/application-help-2d
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sgl
?
Download (.md)
# sgl A simple crawler for <https://rent.591.com.tw/> - Pure CLI version already moved to [`scripts/591`](./scripts/591) - Now mainly focus on web version - A Flask website on localhost - Show places on Google Maps - **Google Maps API key NEEDED!!** --- ## Development - **Require** `poetry`: `pip install poetry` - `make install` ### CLI version - `make run-cli` ### Web version - [You need to get a Google Maps API key for using it](https://developers.google.com/maps/documentation/javascript/get-api-key) - `env GOOGLEMAPS_KEY="xxxx" make run-server` - Change xxxx to the API key you got