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

https://github.com/serguun42/anime-seeker-bot

Anime-Seeker-Bot for Telegram
https://github.com/serguun42/anime-seeker-bot

anime telegraf telegram

Last synced: over 1 year ago
JSON representation

Anime-Seeker-Bot for Telegram

Awesome Lists containing this project

README

          

# Anime Seeker Bot
Here is a single file for Node.JS (use whatever you want version).
Use `animeseekerbot.config.json` for setting up Telegram token, specifying admin's data and permissions list.

Here are modules that `animeseekerbot.js` uses (you can install them with `npm`, `yarn`, etc.):
* `telegraf`
* `node-fetch`

### Commands

* `npm install` – install all dependencies
* `npm run start_bot` – run bot

### Some useful links
* [Telegraf Module for Node.jS](https://telegraf.js.org/)
* [Telegram Bots API](https://core.telegram.org/bots/api)