Skip to content

Instantly share code, notes, and snippets.

View ankit1057's full-sized avatar
:octocat:
Developing

Ankit ankit1057

:octocat:
Developing
  • Dhwani Rural Information Systems
  • Gurugram, India
  • 18:17 (UTC -12:00)
  • X @ankit1057
View GitHub Profile
@ankit1057
ankit1057 / InstallChocolateyPackages.ps1
Created February 9, 2023 06:50 — forked from ddieppa/InstallChocolateyPackages.ps1
My "must" chocolatey packages
function main {
Update-Windows-Configuration
Install-Utils
Install-Browsers
Install-Fonts
@machinekoder
machinekoder / Google Play Api - Apk Upload.md
Last active June 6, 2025 18:28 — forked from martarodriguezm/Google Play Api - Apk Upload.md
This python script uploads an apk file into Google Play Store using Android Play Publisher API

In Google Developer Console inside your app project, on the Credentials section, you must create a new "Service Account" "Client ID", if you have not already. And download the p12 file. You need the service account key file, generated in the Google APIs Console into the same directory and rename it to key.p12.

On Google Play Developer Console you have to give permissions to "[email protected]" for uploading apks.

Installation

Download Google APIs Client Library for Python (google-api-python-client): https://code.google.com/p/google-api-python-client/ or use pip:

$ pip install google-api-python-client