A smart call & SMS blocker to keep your privacy intact.
Tired of spam calls and unwanted messages? BlockerCell is your Python-powered shield against telemarketers, scammers, and annoying contacts. Block calls, filter SMS, and take back control of your phone!
スパム電話や迷惑メッセージにうんざりしていませんか?BlockerCellは、テレマーケティング、詐欺師、迷惑な連絡先に対するPythonパワーの盾です。電話をブロックし、SMSをフィルタリングし、携帯電話のコントロールを取り戻しましょう!
✅ Call Blocking – Silence specific numbers or unknown callers.
✅ SMS Filtering – Auto-detect and block spam messages using keywords.
✅ Custom Rules – Blacklist/whitelist numbers, regex patterns, or contacts.
✅ Easy to Use – Simple CLI (GUI support planned? Mention if applicable).
✅ Cross-Platform – Works on Windows, Linux, and Android (via Termux).
- Python 3.6+
pip
- Clone & enter:
git clone https://github.com/Witthayanuraks/blockercell.git && cd blockercell
- Install dependencies:
pip install -r requirements.txt
- Run it:
python main.py --help
python main.py --block +1234567890
python main.py --unblock +1234567890
python main.py --filter-sms "spam,promo,loan"
(Add a GIF here showing the CLI in action!)
Edit config.json
to customize rules:
{
"blacklist": ["+1234567890", "Scammer"],
"whitelist_mode": false,
"sms_keywords": ["spam", "urgent!"]
}
Love BlockerCell? Help make it better!
- Fork the repo.
- Branch your feature (
git checkout -b cool-feature
). - Commit changes (
git commit -m 'Added cool feature'
). - Push to the branch (
git push origin cool-feature
). - Open a PR and describe your changes!
MIT © Aroes Noer Cahya
- Open an Issue
- Reach out: [email protected]
⭐ Star this repo if you find it useful, and dont forget to still improve