Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```