Skip to content

A Telegram bot that generates valid Luhn-based credit card numbers from custom BINs, supports expiry dates, brand detection, and export as .txt or .csv. Built for testing and educational use.

Notifications You must be signed in to change notification settings

ExWhyZed9/revgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💳 RevGenBot - Telegram CC Generator

Deploy on Railway

RevGenBot is a Telegram bot that generates valid credit card numbers based on the Luhn algorithm. It supports BIN input, custom expiry dates, and exports in .txt or .csv. Ideal for testing and educational purposes only.

🔗 Use the bot on Telegram »


✨ Features

  • ✅ Luhn-based CC generation
  • 💼 BIN detection with brand info (Visa, MasterCard, etc.)
  • 📅 Optional expiry date input
  • 📦 Export results in .txt or .csv
  • 🔘 Inline buttons for easy download
  • ⚙️ Command & message-based control
  • 👥 Works in group chats too
  • 🆕 Update notifications via channel

🧪 Usage

Send the following formats:

.gen 457821
.gen 457821 x10
.gen 457821 x5 exp=08|2030

Or use commands:

/gen 457821
/gen 457821 x10
/gen 457821 x5 exp=12|2028

You’ll get:

  • Brand + BIN info
  • Generated CC numbers
  • Inline buttons to download as .txt or .csv

💻 Self-Hosting

1. Clone this repo

git clone https://github.com/ExWhyZed9/revgen.git
cd revgen

2. Install requirements

pip install -r requirements.txt

3. Setup environment

Create a .env file or use Railway/GitHub secrets:

BOT_TOKEN=your_bot_token_here

4. Run the bot

python bot.py

🚀 One-Click Deploy

You can deploy easily using Railway:

Deploy on Railway


🛡 Disclaimer

This bot is made for educational and testing purposes only. It does not generate real credit card information. Do not use it for illegal purposes. We are not responsible for any misuse.


🤖 Bot Author

About

A Telegram bot that generates valid Luhn-based credit card numbers from custom BINs, supports expiry dates, brand detection, and export as .txt or .csv. Built for testing and educational use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published