rohityadav-sas / Hamster-KeyGen

A Telegram bot for generating and managing Hamster Kombat Keys.
ISC License
15 stars 9 forks source link
hamster-key-generator node-telegram-bot-api nodejs telegram-bot

⚠️ DEPRECATED ⚠️

Deprecated

This repository is no longer actively maintained, but pull requests for bug fixes or improvements are still welcome.

Hamster Key Generator Bot

The Hamster Key Generator Bot is a Telegram bot that generates and manages promo keys for various games. It uses a combination of Express.js for the server, Axios for HTTP requests, and the node-telegram-bot-api library to interact with Telegram.

Table of Contents

Preview

           

Features

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/rohityadav-sas/Hamster-KeyGen.git
  2. Navigate to the project directory:

    cd Hamster-KeyGen
  3. Install dependencies:

    npm install
  4. Create a .env file in the root directory and add your Telegram bot token:

    TELEGRAM_BOT_TOKEN=your-telegram-bot-token
  5. Start the server:

    npm start

Usage

Telegram Commands

Dependencies

License

This project is licensed under the ISC License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.