Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1marcuth/dc-crawler
https://github.com/1marcuth/dc-crawler
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1marcuth/dc-crawler
- Owner: 1Marcuth
- Created: 2023-06-09T13:08:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-09T13:39:50.000Z (over 1 year ago)
- Last Synced: 2024-09-18T00:48:48.043Z (about 2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dragon City Crawler - Robots
- **`robots.dbgames()`:** https://dbgames.info/dragoncity/
- **`robots.deetlist()`:** https://deetlist.com/dragoncity/
- **`robots.ditlep()`:** https://ditlep.com/
- **`robots.localization()`** https://sp-translations.socialpointgames.com/deploy/dc/android/prod/dc_android_en_prod_wetd46pWuR8J5CmS.json## Usage example: getting all data
```js
import robots from "dc-crawler"(async () => {
const dbgamesData = await robots.dbgames()
const deetlistData = await robots.deetlist()
const ditlepData = await robots.ditelp()
const localizationData = await robots.localization()
})()
```