Skip to content

Telegram Refferal Bot allows users to generate referral links, track total referrals, and view a leaderboard of top referrers.

Notifications You must be signed in to change notification settings

itsAPK/Telegram-Referral-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Python Telegram Referral Bot

Bot allows users to generate referral links, track total referrals, and view a leaderboard of top referrers.

Installation

  1. Clone this repository:
   git clone https://github.com/itsAPK/Telegram-Referral-Bot.git
  1. Install the required dependencies:
    pip install -r requirements.txt
  1. Install and Create Postgresql Database
  2. Modify config.py
 class Config(object):
  LOGGER = True
  DATABASE_URI ='postgresql://postgres:postgres@localhost:5432/db'
  LOG_CHANNEL =     #Channel Id to get bot error logs
  SUDO_USERS=[] #User Ids who can access bot admin panel
  BOT_TOKEN='1393190801:AAFSRCGOQAajiyY7SE5kxTDTcaPDecOQAjs'
  WORKERS = 8
  SUPPORT_CHANNEL='' #Channel where referal users need to join 
  1. Run the bot
 cd src && python3 -m bot

Usage

  • Automated Referral Generation: Simplifies the process of generating unique referral links for users.
  • Track Referral Metrics: Enables users to monitor their total referrals and view their position on the leaderboard effortlessly.
  • Simplified Sharing: Provides pre-populated sharing messages, facilitating quick and easy dissemination of referral links.
  • Promotional Tool: Offers businesses a promotional avenue to incentivize user referrals, thereby enhancing user acquisition and engagement.How It WorksThis bot streamlines the referral process on Telegram, making it convenient for users to participate in referral programs and for businesses to leverage word-of-mouth marketing effectively.

How It Works

This bot streamlines the referral process on Telegram, making it convenient for users to participate in referral programs and for businesses o leverage word-of-mouth marketing effectively.

User Dashboard

  • Dashboard: User Dashboard Where user can see there primary details like name, refferal link, total invites
  • Leaderboard : Can see top referrals of the contest
  • Shill : Generates Promotional Template to share

User Dashboard

Admin Panel

use /startadmin command

  • Broadcast: To send a message to all users.
  • Edit Shill Post: To edit all shill posts.
  • Add Admin: To add an admin.
  • Statistics: To view bot statistics.
  • Get User Info: To retrieve user information.
  • Export Data: To export all user data in CSV format.
  • Reset Contest: To reset the contest score.
  • Set Message: To set the welcome message.
  • Set Image: To set the welcome image. (Upload the image using https://ibb.co and send the link)
  • Open / Close Contest: To open and close the contest.

Admin Dashboard

Credits and Thanks To

  • APScheduler by Agenda-Creator - APScheduler is a Python library for scheduling tasks.
  • betterlogging by Better-Logger - A lightweight Python logging library.
  • python-telegram-bot by python-telegram-bot Team - python-telegram-bot is a Python wrapper for the Telegram Bot API.
  • SQLAlchemy by SQLAlchemy Team - SQLAlchemy is a SQL toolkit and Object-Relational Mapping (ORM) library for Python.

Note

The python-telegram-bot library used in this project is version 13.7 is pretty old.

Buy Me A Coffee

About

Telegram Refferal Bot allows users to generate referral links, track total referrals, and view a leaderboard of top referrers.

Topics

Resources

Stars

Watchers

Forks

Languages