Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcrypt0r/xcrawler
✂️ A crawling example for maplestory with various languages using multi-threading
https://github.com/xcrypt0r/xcrawler
crawler crawling multithreading parsing regexp
Last synced: 3 days ago
JSON representation
✂️ A crawling example for maplestory with various languages using multi-threading
- Host: GitHub
- URL: https://github.com/xcrypt0r/xcrawler
- Owner: xCrypt0r
- License: mit
- Created: 2020-07-13T14:54:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T03:22:01.000Z (about 4 years ago)
- Last Synced: 2024-06-19T05:33:21.263Z (5 months ago)
- Topics: crawler, crawling, multithreading, parsing, regexp
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xCrawler
✂️ A crawling example for maplestory with various languages## Run Code
### C#
```
dotnet run
```
or
```
dotnet build -o Release -r ubuntu.18.04-x64 -c Release
./Release/Program
```
---
### C++
```
make
./main
```
---
### Go
```
go run main.go
```
or
```
go build main.go
./main
```
---
### Java
```
javac loadRank.java
java loadRank
```
---
### NodeJs
```
npm start
```
---
### Python
```
python app.py
```