20 lines
1 KiB
Markdown
20 lines
1 KiB
Markdown
## Scrap apps from Mobilism
|
|
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.
|
|
|
|
### Usage
|
|
Do `git clone https://gitlab.com/Mylloon/mobilismScrap.git && cd mobilismScrap && python3 main.py [user] [pass] <app>`.
|
|
|
|
Or create `.env` file inside the repo folder with `PSEUDO_MOBILISM`, `PASSWORD_MOBILISM` variables.
|
|
|
|
You can also add `DEBUG_MOBILISM` variable to add some verboses (only to `.env` file).
|
|
|
|
### [Build](https://kivy.org/doc/stable/guide/packaging-android.html)
|
|
Install requirements: `pip install -r requirements.txt`
|
|
Install his [dependencies](https://buildozer.readthedocs.io/en/latest/installation.html#targeting-android).
|
|
Plug in your android device and run `buildozer android debug deploy run`
|
|
|
|
#### Applications tested
|
|
```
|
|
Plex, Spotify, Tiktok, Clash of Clans, Clash Royale, Twitch, Brawl Stars
|
|
```
|
|
If your requested app isn't working just make an [issue](https://gitlab.com/Mylloon/mobilismScrap/-/issues).
|