Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
WhatsApp spy - logs online/offline events from ANYONE in the world
| Date | Stars |
|---|---|
| 2026-07-24 | 1423 |
| 2026-07-25 | 1423 |
| 2026-07-28 | 1431 |
| 2026-07-30 | 1431 |
| 2026-08-06 | 1431 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 🕵️♂️ WhatsApp Beacon (OSINT Tracker) [](https://pypi.org/project/whatsapp-osint/)    **WhatsApp Beacon** tracks when specific WhatsApp contacts go online and stores every completed session in SQLite. It can export to Excel, generate a polished analytics dashboard, and run fully headless once the session is authenticated. <div align="center"> **[View Interactive Presentation](docs/slides/presentation.html)** | Animated overview of the project </div> <table> <tr> <td><img src="docs/slides/slide-01.png" alt="Title" width="400"/></td> <td><img src="docs/slides/slide-02.png" alt="Overview" width="400"/></td> </tr> <tr> <td><img src="docs/slides/slide-03.png" alt="Architecture" width="400"/></td> <td><img src="docs/slides/slide-04.png" alt="Features" width="400"/></td> </tr> <tr> <td><img src="docs/slides/slide-05.png" alt="Tech Stack" width="400"/></td> <td><img src="docs/slides/slide-06.png" alt="Getting Started" width="400"/></td> </tr> </table> > **Disclaimer**: This tool is for educational and research purposes only. Do not use it for stalking or any illegal activities. --- ## ✨ Features - **PyPI install**: `pip install whatsapp-osint` gets you the package fast. - **One-command installer**: clone, create a local `.venv`, install the package, and verify the browser setup. - **Best-effort Linux bootstrap**: if Git, Python, or Chrome/Chromium are missing, the installer will try to install them with `sudo`. - **Automated browser driver resolution**: Selenium Manager handles matching drivers, with manual override flags if you need them. - **Headless tracking**: authenticate once, then run quietly in the background. - **SQLite session history**: every finished online session is stored locally. - **Excel export**: turn the database into `History_wp.xlsx`. - **Advanced analytics dashboard**: generate a static HTML report with filters, heatmaps, leaderboards, and recent-session views. --- ## 🚀 Installation ### Install from PyPI ```bash python3 -m pip install whatsapp-osint ``` The package installs 2 equivalent entry points: - `whatsapp-osint` - `whatsapp-beacon` ### One-click installer from GitHub ```bash curl -fsSL https://raw.githubusercontent.com/jasperan/whatsapp-osint/master/install.sh | bash ``` What it does: - clones or updates the repo into `./whatsapp-osint` - creates `./whatsapp-osint/.venv` - installs the package and the `whatsapp-beacon` command - on Linux, uses `sudo` when needed to install missing system packages and Chrome/Chromium - verifies that a browser binary is available before it finishes If you want a custom location: ```bash PROJECT_DIR=/opt/whatsapp-osint curl -fsSL https://raw.githubusercontent.com/jasperan/whatsapp-osint/master/install.sh | bash ``` <details> <summary>Manual / development install</summary> Use this only if you explicitly want to manage setup yourself. ```bash git clone https://github.com/jasperan/whatsapp-osint.git cd whatsapp-osint python3 -m venv .venv source .venv/bin/activate python -m pip install --upgrade pip setuptools wheel python -m pip install -e ".[dev]" ``` </details> --- ## ▶️ Run it If you installed from PyPI: ```bash whatsapp-osint -u "John Doe" ``` `whatsapp-osint` and `whatsapp-beacon` run the same CLI. The rest of the examples keep using `whatsapp-beacon`. If you used the GitHub installer: ```bash cd whatsapp-osint source .venv/bin/activate whatsapp-beacon -u "John Doe" ``` If you do not want to activate the venv first: ```bash ./whatsapp-osint/.venv/bin/whatsapp-beacon -u "John Doe" ``` ### First run The first run must authenticate with WhatsApp Web. - **Non-headless*
Excerpt of 8,234 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e3fe2f7a382a7015, topic:selenium