{"id":51405029,"url":"https://github.com/dereferencex/revgen","last_synced_at":"2026-07-04T10:03:58.581Z","repository":{"id":299028799,"uuid":"1001522746","full_name":"dereferencex/revgen","owner":"dereferencex","description":"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.","archived":false,"fork":false,"pushed_at":"2026-01-22T14:09:36.000Z","size":32,"stargazers_count":15,"open_issues_count":0,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T04:10:58.029Z","etag":null,"topics":["bin-generator","credit-card-generator","luhn-algorithm","python-bot","revgen","telegram-api","telegram-bot","test-cards"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dereferencex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-13T14:23:36.000Z","updated_at":"2026-06-17T06:07:43.000Z","dependencies_parsed_at":"2025-06-14T08:34:19.072Z","dependency_job_id":"f2f4cc8a-1800-4213-a557-ae94761b4ac3","html_url":"https://github.com/dereferencex/revgen","commit_stats":null,"previous_names":["exwhyzed9/revgen","dereferencex/revgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dereferencex/revgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereferencex%2Frevgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereferencex%2Frevgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereferencex%2Frevgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereferencex%2Frevgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereferencex","download_url":"https://codeload.github.com/dereferencex/revgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereferencex%2Frevgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35117336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bin-generator","credit-card-generator","luhn-algorithm","python-bot","revgen","telegram-api","telegram-bot","test-cards"],"created_at":"2026-07-04T10:03:58.058Z","updated_at":"2026-07-04T10:03:58.573Z","avatar_url":"https://github.com/dereferencex.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💳 RevGenBot - Telegram CC Generator\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/0WqzRl?referralCode=ExWhyZed9)\n\n**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.\n\n\u003e 🔗 [Use the bot on Telegram »](https://t.me/revgenbot)\n\n---\n\n## ✨ Features\n\n- ✅ Luhn-based CC generation\n- 💼 BIN detection with brand info (Visa, MasterCard, etc.)\n- 📅 Optional expiry date input\n- 📦 Export results in `.txt` or `.csv`\n- 🔘 Inline buttons for easy download\n- ⚙️ Command \u0026 message-based control\n- 👥 Works in group chats too\n- 🆕 Update notifications via channel\n\n---\n\n## 🧪 Usage\n\nSend the following formats:\n\n```\n.gen 457821\n.gen 457821 x10\n.gen 457821 x5 exp=08|2030\n```\n\nOr use commands:\n\n```\n/gen 457821\n/gen 457821 x10\n/gen 457821 x5 exp=12|2028\n```\n\nYou’ll get:\n\n- Brand + BIN info\n- Generated CC numbers\n- Inline buttons to download as `.txt` or `.csv`\n\n---\n\n## 💻 Self-Hosting\n\n### 1. Clone this repo\n\n```bash\ngit clone https://github.com/ExWhyZed9/revgen.git\ncd revgen\n```\n\n### 2. Install requirements\n\n```bash\npip install -r requirements.txt\n```\n\n### 3. Setup environment\n\nCreate a `.env` file or use Railway/GitHub secrets:\n\n```\nBOT_TOKEN=your_bot_token_here\n```\n\n### 4. Run the bot\n\n```bash\npython bot.py\n```\n\n---\n\n## 🚀 One-Click Deploy\n\nYou can deploy easily using [Railway](https://railway.app):\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/0WqzRl?referralCode=ExWhyZed9)\n\n---\n\n## 🛡 Disclaimer\n\nThis 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.\n\n---\n\n## 🤖 Bot Author\n\n- Telegram: [@ExWhyZed9](https://t.me/ExWhyZed9)\n- Bot: [@revgenbot](https://t.me/revgenbot)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereferencex%2Frevgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereferencex%2Frevgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereferencex%2Frevgen/lists"}