Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mehdisadeghi/SaaghiBot

Yet another telegram bot. This one is a poet.
https://github.com/mehdisadeghi/SaaghiBot

khayyam poet telegram telegram-bot

Last synced: 2 months ago
JSON representation

Yet another telegram bot. This one is a poet.

Awesome Lists containing this project

README

        

# SaaghiBot [![npm version](https://badge.fury.io/js/saaghibot.svg)](https://badge.fury.io/js/saaghibot)
Yet another telegram bot. This one is a poet.

## What is this?
SaaghiBot is a telegram app based on nodejs. It polls updates from Telegram and processes them.

## What it does?
It returns random quatrains out of 106 quatrains which are listed in `omarkkhayyam_list.yaml` file. It also supports a basic search.

## How to use
Try mentioning @SaaghiBot in Telegram chats, with or without search terms.

## How to run a copy
First make sure you have a not so old version of nodejs with ES6 support installed. Then from npm:

# yarn global add saaghibot // or alternatively npm i -g saaghibot

Then run the bot using your bot token:

$ TELEGRAM_BOT_TOKEN= saaghibot

## Development
Obtain a bot token from [BotFather](https://t.me/botfather) and make sure to enable inline queries for your bot using `/setinline`.
Then run the following:

$ yarn install
$ TELEGRAM_BOT_TOKEN= yarn start

## License
MIT