https://github.com/follownaim/tokenpickle
Easily Generate token pickle in termux with Android.
https://github.com/follownaim/tokenpickle
termux termux-tool token-pickle token-pickle-android token-pickle-generator token-pickle-termux
Last synced: 8 months ago
JSON representation
Easily Generate token pickle in termux with Android.
- Host: GitHub
- URL: https://github.com/follownaim/tokenpickle
- Owner: FollowNaim
- Created: 2022-07-22T10:43:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T16:54:40.000Z (over 1 year ago)
- Last Synced: 2025-09-08T15:36:22.093Z (9 months ago)
- Topics: termux, termux-tool, token-pickle, token-pickle-android, token-pickle-generator, token-pickle-termux
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 26
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Generate Token Pickle With Android Easily After Google Auth2.0 New policy update. Without any kind of error.
### 1. Install Termux [F-Droid](https://f-droid.org/en/packages/com.termux/)
### 2. Open Termux and just copy paste all the commands that described below, Make sure you have internet connection. if you see Y/n then Type y.
```
sudo apt update && sudo apt upgrade -y && sudo apt install git python3 python3-pip -y && sudo apt upgrade python3 -y && python3 -m pip install --upgrade pip && pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
```
### 3.
```
git clone https://github.com/FollowNaim/TokenPickle
```
### 4. make sure Credentials.json file present in your storage folder not in Sd card. if not then just move credentials.json file into the sdcard. Not in any folder.
### 5. you have to give storage permission to termux. for that use this command.
```
termux-setup-storage
```
### 6.
```
cd /sdcard
```
### 7.
```
cp -r credentials.json /data/data/com.termux/files/home/TokenPickle
```
### 8. Just exit from termux and reopen it.
### 9.
```
cd TokenPickle
```
### 10.
```
python3 GenerateTokenPickle.py
```
### 11. You'll find a url https://accounts.google.com/o/oauth2/=offline like this. just copy this url and paste on browser and login into your google account. that's it. you'll see 'The authentication flow has completed. You may close this window' this massage. then you're done.
### 12.
```
cp -r token.pickle /sdcard
```
### 13. Boom 💥!
goto your sdcard (phone memory) you'll find token.pickle there.
We're Done.
# Enjoy And don't forget to star this repo 🙂
# Credits...
[`Anasty17`](https://github.com/anasty17)