modern problems require modern solutions.
- nobody 😵
This simple python based program allows a telegram user to know when other users he/she wishes to know about gets online/offline, and more. 💣 You just need to know their usernames, to get spying! 🤠
X is online right now
X & Y are both online right now
.
.
.
X & Y are both online right now
X & Y are both offline right now
The project is implemented using the python3 based telethon library, and the Telegram API. For running the project you would need to have an api_id and and api_hash, which can be generated at https://my.telegram.org/apps.
PS: This project ain't a big deal of code 😏, nor am I learning python with this 😂. $ItHelps 😎
- 👪 Track if a given list of users are online
- 👫 Track if a given pair of users get online or offline
- 🕶 Works also if that user's last seen is hidden, or you are not in his contacts
- Git clone this repo
- Create a python3 venv like
python3 -m venv .
, installpython3
, andpython3-venv
if already not done - Install project requirements from requirements.txt with pip -
pip install -r requirments.txt
- Update the main.py with the usernames, and your api keys
- Run main.py! 🎉 (It will keep executing until you exit the program)
- Log tracking records with timestamps to a file
- Telegram Bot Integration - get a message via bot about the notification.
- 🤫 Get notified and track if your child is online late nights :P [WIP]
- 🤔 Know when to start a group conversation, when members of your gang turn up online so that you guys can start off a convo. at optimal times
- 🤥 Get notified and track when your someone is online, or perhaps whether they are lying to you
- There is an API limit for fetching the status, and if we track too frequently, telegram would ban the user for 24 hour from using this feature. Telegram App would still be accessible.
Have been there?🥶 Helped you?😹
Let's fight together.🤘 Welcome! PRs Open!
Made with 💔, during #Covid19 by @aswinshenoy.