Linux/macOS:
pip install telethon -q && TG_API_ID=your_id TG_API_HASH=your_hash curl -sL https://raw.githubusercontent.com/thechariith/telestats/main/telestats.py | python3Windows PowerShell:
pip install telethon -q; $env:TG_API_ID='your_id'; $env:TG_API_HASH='your_hash'; irm https://raw.githubusercontent.com/thechariith/telestats/main/telestats.py | pythonLinux/macOS:
pip install telethon -q && curl -O https://raw.githubusercontent.com/thechariith/telestats/main/telestats.py && python3 telestats.pyWindows PowerShell:
pip install telethon -q; irm https://raw.githubusercontent.com/thechariith/telestats/main/telestats.py -OutFile telestats.py; python telestats.py- Visit my.telegram.org
- Log in with your phone number
- Click API Development Tools
- Create a new application (any name works)
- Copy your
api_idandapi_hash
- π Overview Stats β See total counts at a glance
- π Search β Quickly find any chat
- π Direct Links β Open any chat in Telegram instantly
- π± Responsive β Works on desktop and mobile
- π¨ Minimal Design β Clean, distraction-free interface
- β‘ Fast β Generates in seconds
- π Private β Runs locally, no data sent anywhere
- Python 3.7+
- Telethon
Made with π and too much β by TheCHARITH
