App Scraper for Mobilism written in Python and Kotlin
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.
Find a file
2021-08-25 18:38:40 +02:00
.gitignore ignore buildozer folder 2021-08-25 18:38:33 +02:00
buildozer.spec Add APK Spec 2021-08-25 16:40:28 +02:00
LICENSE 🙌 Add MIT Licence 2021-08-25 14:39:07 +02:00
main.py rename files 2021-08-25 18:38:26 +02:00
README.md Update build instructions 2021-08-25 18:38:40 +02:00
requirements.txt Add build requirements 2021-08-25 16:40:43 +02:00
scrapper.py rename files 2021-08-25 18:38:26 +02:00

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

Install requirements: pip install -r requirements.txt Install his dependencies (you may need to delete your existing .buildozer folder) Plug in your android device and run buildozer android release

Applications tested

Plex, Spotify, Tiktok, Clash of Clans, Clash Royale, Twitch, Brawl Stars

If your requested app isn't working just make an issue.