This repository has been archived on 2022-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
mobilismScrap/README.md

17 lines
734 B
Markdown
Raw Normal View History

2021-08-23 10:18:03 +02:00
## Scrap apps from Mobilism
2021-08-24 01:59:33 +02:00
Create a `.csv` file with the first 40 results of the search on Mobilism. No need to repeat several annoying clicks to get the latest version of an application anymore.
2021-08-23 10:18:03 +02:00
2021-08-24 01:59:33 +02:00
### Usage
2021-08-24 01:43:26 +02:00
Do `git clone https://gitlab.com/Mylloon/mobilismScrap.git && cd mobilismScrap && python3 main.py [user] [pass] <app>`.
2021-08-23 21:14:36 +02:00
2021-08-24 01:43:26 +02:00
Or create `.env` file inside the repo folder with `PSEUDO_MOBILISM`, `PASSWORD_MOBILISM` variables.
2021-08-23 21:14:36 +02:00
2021-08-24 01:43:26 +02:00
You can also add `DEBUG_MOBILISM` variable to add some verboses (only to `.env` file).
2021-08-24 13:02:25 +02:00
#### Applications tested
```
2021-08-24 13:31:05 +02:00
Plex, Spotify, Tiktok, Clash of Clans, Clash Royale, Twitch, Brawl Stars
2021-08-24 13:02:25 +02:00
```
If your requested app isn't working just make an [issue](https://gitlab.com/Mylloon/mobilismScrap/-/issues).