Skip to content

MAYKELL07/TelegramBot-Cruncyroll

Repository files navigation


TelegramBot-Cruncyroll

A Telegram bot designed to verify Crunchyroll accounts.

Table of Contents

Setup

  1. Clone the repository:

    git clone https://github.com/MAYKELL07/TelegramBot-Cruncyroll.git
    
  2. Navigate to the project directory:

    cd TelegramBot-Cruncyroll
    
  3. Install the required dependencies:

    npm install
    

Usage

  1. Start the bot:

    npm start
    
  2. Interact with the bot on Telegram.

Configuration

  • Bot Token: Ensure you replace the placeholder token in main.ts with your actual bot token.

  • ESLint Configuration: The project uses ESLint for linting. Configuration can be found in .eslintrc.js.

  • Prettier Configuration: The project uses Prettier for code formatting. Configuration can be found in .prettierrc.

Development

  • NestJS: The bot is built using NestJS. Configuration for Nest CLI can be found in nest-cli.json.

  • TypeScript Configuration: The project is written in TypeScript. Configuration can be found in tsconfig.json and tsconfig.build.json.

Testing

Contributing

Contributions are welcome! Please ensure you follow the coding standards set by ESLint and Prettier.

License


Note: Ensure you keep sensitive information like bot tokens private and not hardcoded in the repository for security reasons.