Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi-ray/stormrazor
An asset scraper for the LCU's frontpage
https://github.com/hi-ray/stormrazor
frontpage lcu stormrazor
Last synced: 23 days ago
JSON representation
An asset scraper for the LCU's frontpage
- Host: GitHub
- URL: https://github.com/hi-ray/stormrazor
- Owner: Hi-Ray
- License: lgpl-3.0
- Created: 2021-08-08T11:36:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:58:59.000Z (about 2 years ago)
- Last Synced: 2023-03-04T10:09:51.953Z (almost 2 years ago)
- Topics: frontpage, lcu, stormrazor
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stormrazor
An asset scraper for the LCU's frontpageThis tool has been used and rewritten to serve assets for [universe](https://universe.communitydragon.org/) over at [CommunityDragon](https://communitydragon.org/)
## Prerequisites
- Yarn 1.x.x
- NodeJS 14.x.x## Usage
Clone the repo using:
```
git clone https://github.com/Hi-Ray/stormrazor.git
```Install the dependencies:
```
yarn
```or
```
yarn install
```Finally run the program using the dist url(provided below)
```
yarn start
```## Event dist files (view the entire [README.md](README.md) to see all events)
```
Spirit blossom 2020:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/spirit-blossom-hub-2020/en_GB/6da227ab8e4e8ddc1b7ddebf1ea05ec7ad89867c/assets/dist.jsPreseason 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/preseason-hub-2021/en_GB/46af6c4a6b9ac40597d50d09bc82a623bcb3ae9e/assets/dist.jsPreaseason Rell release 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/preseason-hub-2021/en_GB/46e99bad7f678b8ad50d38c651a026341f639f06/assets/dist.jsProject hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/project-hub-2021/en_GB/61f9b3267a987aaec06088f03689cdfd597b63e8/assets/dist.jsSentinels of light hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/sentinels-hub-2021/en_GB/932644bf5fa45a11f8e50bc78a230507b503ea2e/assets/dist.jsWorlds Hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/worlds-hub-2021/en_US/17a56286bb459868c5e4c72b92a9f16726359cc4/assets/dist.jsPreseason Hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/arcane-lexp-hub-2021/en_GB/fab04d3a0e665e95d412cb80704473e4850280b5/assets/dist.js?68e0e6c4645900e2124bArcane lexp hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/arcane-lexp-hub-2021/en_GB/35788d30725ba590d6988b858ed1c928945f43bf/assets/dist.js?bdbaeb6d54e0718e33c3Arcane nlex hub 2021:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/arcane-nlex-hub-2021/en_GB/0e7e6ab662743fae784c12175a59fc030ea538bc/assets/dist.jsStar Guardian Marketing Hub 2022:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/star-guardians-marketing-hub-2022/en_GB/dcb86769107c74ec4509b1acb90a6a5ceeb605f3/assets/dist.js?24a9a19f345caae42c98Star Guardian Meta Hub 2022:
https://lolstatic-a.akamaihd.net/frontpage/apps/prod/star-guardians-metagame-hub-2022/en_US/2bcb19d420a312f57331a34898cd256a82656b63/assets/dist.js
```## Credits
- [Sandi](https://github.com/SKarajic) - For refactoring and writing alot of the logic from my base code