Code Monkey home page Code Monkey logo

telegram-airdrop-bot's Introduction

Python version GitHub license GitHub issues GitHub pull requests
GitHub stars GitHub forks GitHub watchers

About โ€ข Features โ€ข Installation โ€ข Images โ€ข Help

About

The Telegram Airdrop Bot ๐Ÿ’ฐ helps you to manage your airdrops on ERC-20, BEP-20 etc. tokens.

๐Ÿš€ Pro Version

The pro version is hosted on my server and includes features such as:

  • Referral System
  • Captcha Support
  • Checks if the user joined a Telegram Group/Channel
  • Export the airdrop list in CSV format

If you are interested message me on Telegram @fabston.

Don't DM me if you are having issue setting up the bot, instead open an issue!

Features

  • Check if the wallet length is correct
  • Set a max cap
  • Each wallet address can only be submitted once
  • Users can change their wallet address after submission
  • Receive detailed notifications for new submissions
  • Enable / disable the airdrop
  • Admins can export the airdrop list by command (/airdroplist)

๐Ÿ’ก Got a feature idea? Open an issue and I might implement it.

Installation

โš ๏ธ Best to run the bot on a VPS. I can recommend Hetzner's CX11 VPS for 2.89โ‚ฌ/month. Sign up now and receive โ‚ฌ20 free credits.

  1. Log into MySQL (sudo mysql) and create a dedicated database and user with the following commands:
    1. CREATE DATABASE TelegramAirdropBot;
    2. CREATE USER 'AirdropUser'@'localhost' IDENTIFIED BY '<YOUR PASSWORD>';
    3. GRANT ALL PRIVILEGES ON TelegramAirdropBot . * TO 'AirdropUser'@'localhost';
    4. exit;
  2. Clone this repository git clone https://github.com/fabston/Telegram-Airdrop-Bot.git
  3. Create your virtual environment python3 -m venv Telegram-Airdrop-Bot
  4. Activate it source Telegram-Airdrop-Bot/bin/activate && cd Telegram-Airdrop-Bot
  5. Install all requirements pip install -r requirements.txt
  6. The bot runs behind a webhook, so you have to create a SSL cert first:
    1. openssl genrsa -out webhook_pkey.pem 2048
    2. openssl req -new -x509 -days 3650 -key webhook_pkey.pem -out webhook_cert.pem
      1. When asked for "Common Name (e.g. server FQDN or YOUR name)" you should reply with your server ip.
  7. Edit and update config.py
  8. Run the bot python main.py

Images

Telegram Airdrop Bot

How can I help?

All kinds of contributions are welcome ๐Ÿ™Œ! The most basic way to show your support is to โญ๏ธ star the project, or raise ๐Ÿž issues. You can also support this project by becoming a ๐Ÿ’š sponsor on GitHub to ensure this journey continues indefinitely! ๐Ÿš€


Buy Me A Coffee

telegram-airdrop-bot's People

Contributors

fabston avatar anonimo93 avatar ghostwalkerj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.