Installation - AkkilMG/String-Session GitHub Wiki

Installation To Get String Session

Pyrogram Session

If You Have Not Installed GIT On Termux

 pkg install git 

If You Have Not Installed Python On Termux, which is need to run pip

pkg install python 

Then, Paste the Below Text..

git clone https://github.com/HeimanPictures/String-Session
cd String-Session
pip3 install -r requirements_pyro.txt
python3 genstring_pyro.py

After Following This You Will Receive The Pyrogram String Session In Your Saved Message (TG Cloud)


Telethon

If You Have Not Installed GIT On Termux

 pkg install git 

If You Have Not Installed Python On Termux, which is need to run pip

pkg install python 

Then, Paste the Below Text..

git clone https://github.com/HeimanPictures/String-Session
cd String-Session
pip3 install -r requirements_tele.txt
python3 genstring_tele.py

After Following This You Will Receive The Telethon String Session In Your Saved Message (TG Cloud)