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
- Host: GitHub
- URL: https://github.com/serguun42/anime-seeker-bot
- Owner: serguun42
- License: mit
- Created: 2020-03-31T23:46:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T19:14:45.000Z (over 5 years ago)
- Last Synced: 2025-01-23T09:11:32.633Z (over 1 year ago)
- Topics: anime, telegraf, telegram
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)