Skip to content

Mirrordcrrv2/Create_Google_Services_Accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create Services Account With Termux.

You need

Python3, git installed first

termux-setup-storage

cd /sdcard

git clone https://github.com/AtrociousMirrorBot/Create_Google_Services_Accounts

cd Create_Google_Services_Accounts

pip3 install -r requirements.txt

For Download token.pickle

python3 generate_drive_token.py

Copy url and paste in browser and give permission. In Create_Google_Services_Accounts folder a token.pickle will create.

To Make Services Accounts

python3 gen_sa_accounts.py --list-projects

python3 gen_sa_accounts.py --enable-services $PROJECTID

python3 gen_sa_accounts.py --create-sas $PROJECTID

python3 gen_sa_accounts.py --download-keys $PROJECTID

cd accounts

grep -oPh '"client_email": "\K[^"]+' *.json > emails.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages