Telegram bot to help you generate writing on paper
In the bot dm type /write then write a text or use
write.txt for testing.
For sample output see the sample folder
- Download the source code or clone the project by using git.
- Make sure you have nodejs installed. I use v16 but v14 should work.
- Run mongodb server by executing
mongodor by using mongodb atlas services - rename example.env to only
.envand change it's content. If you don't know how to get a bot token read the introduction to bots from telegram
- In the command line change working directory to this project folder in your local computer
- Install all dependency by executing
npm install - Run the bot with
npm start