Skip to content

Repository files navigation

Pushups Bot

Telegram bot to track pushups as a group.

Getting Started

Prerequisites

  • Node.js (LTS version recommended)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/remarcable/tg-pushups.git
    cd tg-pushups
  2. Install dependencies:

    npm install
  3. Database Setup:

    Apply Prisma migrations to set up database:

    npx prisma migrate dev --name init
  4. Environment Variables:

    Create a .env file in the root directory and add your Telegram Bot Token:

    DATABASE_URL="file:dev.db"
    TELEGRAM_BOT_TOKEN="YOUR_TELEGRAM_BOT_TOKEN"

Running the Bot

npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages