GithubHelp home page GithubHelp logo

alnyz / newapkpure Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 1.0 575 KB

Search and download applications from apkpure.com

License: MIT License

Python 100.00%
api-wrapper apkpure apkpure-scraper python scraping wrapper android api downloader python3 web web-scraper web-scraping

newapkpure's Introduction

ApkPure Wrapper πŸ€–

Search and Download android application from ApkPure


FYI, i'm re-create this project just because im boredπŸ˜’ and also i want to learn about some library what im use in this project.
but if you want open issue or anything dont hold your self

Features

  • Simply to use, just 1, 2, 3 and there your output πŸ˜πŸ‘
  • Fully type hinted for more documented πŸ˜‹
  • Multithread request make your download and search more faster ⚑
  • Pandas table output make the output more pretty ❀️
  • More? soon πŸ˜πŸ‘Œmaybe

Installing

for now just clone this repo and install all dependencies from requirements.txt with pip install -r requirements.txt

Examples

search application

>>> api = Api()
>>> apps = api.search('vpn') #lets say this contain 10 rows data
>>> print(apps)

search application

>>> api = Api()
>>> apps = api.search('vpn') #lets say this contain 10 rows data
>>> print(apps.to_dict()) #return data as type dict

download all data

>>> api = Api()
>>> apps = api.search('vpn') #lets say this contain 10 rows data
>>> api.download(apps) #<= this will download 10 apps

download only 5 data

>>> api = Api()
>>> apps = api.search('vpn') #lets say this contain 10 rows data
>>> api.download(apps, count=5) #<= this will download 5 apps
    note: `count` cannot higher than lenght of rows

download only specific row

>>> api = Api()
>>> apps = api.search('vpn') #lets say this contain 10 rows data
>>> api.download(apps, index=[1,4,7]) #<= this will download only row 1, 4 and 7

Example download output

output

NOTE

i didn't test this on mobile, if this doesnt work please open issue or make pull request

Author

Dyseo / Dyseo

newapkpure's People

Contributors

alnyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yuzij

newapkpure's Issues

run main.py find some error.

DEPRECATION: The OpenSSL being used by this python install (OpenSSL 1.0.2q 20 Nov 2018) does not meet the minimum supported version (>= OpenSSL 1.1.1) in order to support TLS 1.3 required by Cloudflare, You may encounter an unexpected Captcha or cloudflare 1020 blocks.
Traceback (most recent call last):
File "C:/Users/ayjin/Desktop/Develop/googleplay/main.py", line 1, in
from core.api import Api
File "C:\Users\ayjin\Desktop\Develop\googleplay\core_init_.py", line 1, in
from core.api import Api
File "C:\Users\ayjin\Desktop\Develop\googleplay\core\api.py", line 1, in
from core.scrap import Scraping
File "C:\Users\ayjin\Desktop\Develop\googleplay\core\scrap.py", line 12, in
class Scraping(object):
File "C:\Users\ayjin\Desktop\Develop\googleplay\core\scrap.py", line 26, in Scraping
def get_detail_search(self, urls: str | list) -> List[Dict]:
TypeError: unsupported operand type(s) for |: 'type' and 'type'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.