Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

SatoX69/Starter-V1

Repository files navigation

This project has been archived.

Head over to Starter-V2.5

Starter-V1

Starter-V1 BOT is a versatile Telegram bot project designed by SatoX69. Unlike many other bots, this project has no obfuscation or encrypted code chunks. It operates independently without relying on any external APIs.

Features

  • Respond to Command Initialization: The bot listens and responds to messages starting with a slash (/) and notifies the user if it's a valid command.
  • No External Services or Third-party APIs: The project uses only first-party modules, resulting in lower latency.
  • Database Integration: The bot integrates with both SQLite and MongoDB, using them efficiently.

Installation and Setup

Prerequisites

  • Bot Account Token

Installation

  1. Clone the Repository:

    git clone https://github.com/SatoX69/Starter-V1-Bot
    cd Bot
  2. Install Dependencies:

    npm install 
  3. Configure the Bot:

    • Review the config.json file.
    • Review the config_handler.json file

Running the Bot

npm run start

Usage

To interact with the bot, users must initiate a command to add themselves to the bot's database.

Help List

  • /help - Displays a list of available commands and their descriptions.

Author(s)

License

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

Starter-V1 Project Is Fully Open Source