SessionHack
Session Hacker is a smart Telegram Bot by the Pookie Tech Team. It lets you delete group , login id , get number through session string of that Account!! Simple secure, and powerful built to give full control!!!
Install / Use
/learn @SyedZaryabFahim/SessionHackREADME
<h1 align= center>Telegram Session Controller Bot</h1>
<h3 align = center>A telegram bot that control user id effortlessly whether its Pyrogram or Telethon (user string only)</h3>
<p align="center">
<a href="https://python.org"><img src="http://forthebadge.com/images/badges/made-with-python.svg" alt="made-with-python"></a>
<br>
<img src="https://img.shields.io/github/stars/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Stars">
<img src="https://img.shields.io/github/forks/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Forks">
<img src="https://img.shields.io/github/watchers/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Watchers">
<br>
<img src="https://img.shields.io/github/repo-size/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Repository Size">
<img src="https://img.shields.io/github/contributors/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Contributors">
<img src="https://img.shields.io/github/issues/itzshukla/STRANGER-SESSION-HACK?style=for-the-badge" alt="Issues">
</p>
Config Vars
API_ID: Telegram API_ID, get it from my.telegram.org/appsAPI_HASH: Telegram API_ID, get it from my.telegram.org/appsBOT_TOKEN: A valid bot token, get it from @BotFatherSUDOERS: Sudo ids (Example: 1357907531 2468097531)MONGO_URL: A Mongo Url for storing user ids, get it from cloud.mongodb.comLOG_GROUP_ID: Your channel's or group's Telegram id (Example: -1001246808642)MUST_JOIN: Telegram channel(username) for force subsDISABLED: Menu names which you want to disable, without space (Example: a b j)
Deployment Methods
Vps
To deploy on a VPS, follow these steps
- Update and upgrade your system packages:
sudo apt-get update && sudo apt-get upgrade -y
- Clone the repository and navigate to the project directory:
git clone https://github.com/SyedZaryabFahim/SessionHack && cd SessionHack
- Install the required packages:
pip3 install -U -r requirements.txt
- Create .env using example.env
cp example.env .env
- Now open the .env file using vi .env
- Edit the vars, by pressing I on the keyboard
- After editing save the file using ctrl + c then :wq
- Run the script using Python 3:
python3 -m Hack
