Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.03 KB

BotNulisJS

Telegram bot to help you generate writing on paper

Public Bot

Bot usage

In the bot dm type /write then write a text or use write.txt for testing. For sample output see the sample folder

Before you start the bot

  1. Download the source code or clone the project by using git.
  2. Make sure you have nodejs installed. I use v16 but v14 should work.
  3. Run mongodb server by executing mongod or by using mongodb atlas services
  4. rename example.env to only .env and change it's content. If you don't know how to get a bot token read the introduction to bots from telegram

Running the bot

  1. In the command line change working directory to this project folder in your local computer
  2. Install all dependency by executing npm install
  3. Run the bot with npm start