Skip to content

Portland-Bit-Devs/bitcoin-maxi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Maximalist Telegram Bot

This is a Telegram bot built with Node.js that acts as a Bitcoin Maximalist assistant. It uses the OpenAI API to generate responses to user messages and educate them about Bitcoin.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/bitcoin-maxi-bot.git
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory and add your Telegram Bot API key and OpenAI API key:
TELEGRAM_BOT_API_KEY=YOUR_TELEGRAM_BOT_API_KEY
OPEN_AI_API_KEY=YOUR_OPENAI_API_KEY

Usage

Run the bot in developer mode with the following command:

npm run dev

Run the bot in production mode with the following command:

npm start

The bot will start listening for messages on Telegram. You can interact with it by sending messages to the bot in a Telegram chat.

Dependencies

  • dotenv
  • node-telegram-bot-api
  • openai

License

This project is licensed under the MIT License.

About

This is a Telegram bot built with Node.js that acts as a Bitcoin Maximalist assistant. It uses the OpenAI API to generate responses to user messages and educate them about Bitcoin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors