Skip to content

Instantly share code, notes, and snippets.

View nazarwaheed's full-sized avatar

Nazar Waheed nazarwaheed

  • University of Technology Sydney
  • Sydney
View GitHub Profile
@dawand
dawand / download_apk.py
Last active December 9, 2023 01:46
Download APK files from Google Play Store with Python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
File name: download_apk.py
Author: Dawand Sulaiman
Download APK files from Google Play Store with Python
This script scraps https://apkpure.com to get the apk download link
Make sure you have BeautifulSoup and urllib libraries
"""