https://github.com/dereferencex/revgen
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.
https://github.com/dereferencex/revgen
bin-generator credit-card-generator luhn-algorithm python-bot revgen telegram-api telegram-bot test-cards
Last synced: 1 day ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dereferencex/revgen
- Owner: dereferencex
- Created: 2025-06-13T14:23:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-22T14:09:36.000Z (5 months ago)
- Last Synced: 2026-06-27T04:10:58.029Z (9 days ago)
- Topics: bin-generator, credit-card-generator, luhn-algorithm, python-bot, revgen, telegram-api, telegram-bot, test-cards
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 15
- Watchers: 0
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ณ RevGenBot - Telegram CC Generator
[](https://railway.app/new/template/0WqzRl?referralCode=ExWhyZed9)
**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 ยป](https://t.me/revgenbot)
---
## โจ 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
```bash
git clone https://github.com/ExWhyZed9/revgen.git
cd revgen
```
### 2. Install requirements
```bash
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
```bash
python bot.py
```
---
## ๐ One-Click Deploy
You can deploy easily using [Railway](https://railway.app):
[](https://railway.app/new/template/0WqzRl?referralCode=ExWhyZed9)
---
## ๐ก 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
- Telegram: [@ExWhyZed9](https://t.me/ExWhyZed9)
- Bot: [@revgenbot](https://t.me/revgenbot)