https://github.com/ferru97/jsketchfabcrawler
jSketchfabCrawler is a java for the automatic crawling of model's information from sketchfab.com
https://github.com/ferru97/jsketchfabcrawler
crawler data database java sketchfab sql
Last synced: 6 months ago
JSON representation
jSketchfabCrawler is a java for the automatic crawling of model's information from sketchfab.com
- Host: GitHub
- URL: https://github.com/ferru97/jsketchfabcrawler
- Owner: ferru97
- Created: 2020-03-06T20:37:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:25:00.000Z (about 4 years ago)
- Last Synced: 2023-03-05T19:51:46.072Z (over 3 years ago)
- Topics: crawler, data, database, java, sketchfab, sql
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jSketchfabCrawler
jSketchfabCrawler is a java tool for the automatic crawling of model's information from sketchfab.com using its public API. The information are related to:
- Model name
- Model url
- Number of views, like, comments, vertices and faces
- Comments
- Tags
- Publication date
### Requirements
- Java 13
- SQL Database. Create the database using the **db_schema.sql** file
### How To
Run the jar file specifying the DB credentials with the following format:
`java -jar jSketchfabCrawler.jar db_address/db_name/db_user/db_password/db_port`
#### Note
This first version only download the data in descending order of views of the models