Skip to content

Betting Websites Monitor Chrome Extension which helps to send SMS alerts to parent's phone, also alerts them with messages and tracks the target websites

Notifications You must be signed in to change notification settings

Tejoooo/BettingAppExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Betting Websites Monitor Chrome Extension

License: MIT

πŸ“Œ Features

  • Website Monitoring: Tracks visits to specified betting websites
  • SMS Notification: Sends SMS alerts to parent's phone
  • Voice Call Alert: Initiates voice calls with alert messages
  • Customizable: Easily configure target websites and alerts

πŸ› οΈ Tech Stack

  • Frontend: Chrome Extension (Manifest v3), JavaScript
  • Backend: Python, Flask
  • Communication: Twilio API (SMS & Voice)

πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/Tejoooo/BettingAppExtension.git
cd BettingAppExtension

2. Backend Setup

pip install flask twilio python-dotenv

Create a .env file with your Twilio credentials:

TWILIO_ACCOUNT_SID=your_account_sid
TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_PHONE=+1234567890
PARENT_PHONE=+0987654321

Run the server:

python app.py

3. Chrome Extension Setup

  1. Go to chrome://extensions/
  2. Enable Developer mode
  3. Click Load unpacked
  4. Select the extension directory

πŸ§ͺ How It Works

  • The extension detects visits to betting websites
  • Sends notification to Flask backend
  • Backend uses Twilio to send SMS and make calls to parent

✏️ Customization

Change target websites in background.js and content.js:

const targetSites = ["www.examplebetting1.com", "www.examplebetting2.net"];

πŸ“‹ License

This project is licensed under the MIT License.

πŸ™Œ Credits

Built with Flask, Twilio, and Chrome Extension APIs

About

Betting Websites Monitor Chrome Extension which helps to send SMS alerts to parent's phone, also alerts them with messages and tracks the target websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published