An open API service indexing awesome lists of open source software.

https://github.com/capacitorset/poem-bot

A Telegram bot to generate poetry.
https://github.com/capacitorset/poem-bot

Last synced: 9 months ago
JSON representation

A Telegram bot to generate poetry.

Awesome Lists containing this project

README

          

# poem-bot
A Telegram bot to generate poetry.

# Setup

## Dependencies

`npm install --production --loglevel info`.

## Token

Obtain a token from BotFather, then create a file called `config.json` with the following content:

```JSON
{
"token": "Your token here"
}
```

# Usage

`node bot`.