Giter VIP home page Giter VIP logo

django-googleplay-api's Introduction

Django-GooglePlay-API

Build Status https://coveralls.io/repos/gotlium/django-googleplay-api/badge.png?branch=master Current version on PyPi Downloads from PyPi

With this package, you can configure device id and proxy params, for google play api. Also you can change google account, and link device with new or existing account. This reusable app give you capabilities to search, download and etc.

Installation:

  1. Package:
$ git clone https://github.com/gotlium/django-googleplay-api.git

$ cd django-googleplay-api && sudo python setup.py install

OR

$  sudo pip install django-googleplay-api
  1. Add the djgpa and preferences applications to INSTALLED_APPS in your settings file (usually settings.py)
  2. Sync database (./manage.py syncdb)

Usage example:

  1. Setup Google Account, DeviceID, Proxy settings on admin panel
  2. Try to use it from shell (./manage.py shell):
>>> from djgpa.api import GooglePlay
>>>
>>> api = GooglePlay().auth()
>>> # Search apps
>>> for row in api.search('google'):
...     print row.title
>>> # App details
>>> details = api.details('com.android.chrome')
>>> print details.docV2.title, details.docV2.creator
>>> # Download app
>>> api.download('com.google.android.apps.docs', '~/Download/chrome.apk')

Compatibility:

  • Python: 2.6, 2.7
  • Django: 1.3.x, 1.4.x, 1.5.x, 1.6
Bitdeli badge

django-googleplay-api's People

Contributors

gotlium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-googleplay-api's Issues

Is python 3 supported?

Hello can you tell me if Python 3 is supported and whether this project is currently maintained?

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.