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.
- Host: GitHub
- URL: https://github.com/capacitorset/poem-bot
- Owner: CapacitorSet
- License: mit
- Created: 2016-05-09T10:22:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T11:16:55.000Z (almost 10 years ago)
- Last Synced: 2025-05-21T22:41:49.834Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.