Skip to content

pranavkdileep/Gpay-Ladoo-Farm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPay Laddoo Bot

A Python script that scrapes URLs, sends notifications to Telegram, and exposes a simple Flask web server.

Setup Instructions

1. Change Telegram Chat ID

  • Edit main.py
  • Go to line 9 and replace the value of chat_id with your own Telegram Chat ID:
    chat_id = 'YOUR_TELEGRAM_CHAT_ID'  # <-- Change this!

2. Start the Telegram Bot


Running with Docker

  1. Build the Docker image:

    docker build -t gpayladoo .
  2. Run the container:

    docker run -p 5000:5000 gpayladoo

Running with Python

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the script:

    python main.py

Notes

  • The Flask app will be available at http://localhost:5000.
  • Make sure to use your own Telegram Chat ID for notifications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published