Skip to content

A Node.js Telegram bot using the TeleBot library that fetches random anime and manga information from the Jikan API (MyAnimeList unofficial API). Users can request details about random anime, manga, and anime images directly in their Telegram chat with simple commands like /anime, /manga, and /image.

Notifications You must be signed in to change notification settings

abdellahaarab/AnimeTeleBotSJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise

Node.js Telegram Anime & Manga Bot

A Telegram bot built with Node.js and TeleBot that fetches random anime and manga information from the Jikan API, an unofficial MyAnimeList API. It provides details about anime titles, manga, and anime images through simple Telegram commands.


📊 Project Statistics

Node Version Issues Forks Stars License Repository Size


🛠️ Features

  • Fetch random anime information (title, duration, rating, score, synopsis, and members).
  • Fetch random manga details with images.
  • Fetch random anime images.
  • Responds to greetings with friendly messages.
  • Sticker replies for fun interactions.

🚀 Getting Started

Prerequisites


Installation & Setup

  1. Clone the repository:
git clone https://github.com/abdellahaarab/AnimeTeleBotSJ.git
cd AnimeTeleBotSJ
  1. Install dependencies:
npm install
  1. Configure your bot token:
  • Open the main bot file (e.g., index.js or bot.js)
  • Replace "Your Token" with your actual Telegram bot token.
  1. Run the bot:
node index.js

🤖 Usage

Use the following commands in your Telegram chat with the bot:

Command Description
/start Start interaction and welcome msg
/hello Say hello to the bot
/anime Get a random anime information
/manga Get a random manga and its image
/image Get a random anime cover image

The bot also responds to common greetings like “hi” and “hello” and sends a fun sticker when you send any sticker.


📊 Automatic Code Analysis

Code Analysis

This image shows the results of static analysis tools run on the project, ensuring code quality and maintainability.


📄 License

This project is licensed under the MIT License.


If you have any questions or want to contribute, feel free to open an issue or pull request.

About

A Node.js Telegram bot using the TeleBot library that fetches random anime and manga information from the Jikan API (MyAnimeList unofficial API). Users can request details about random anime, manga, and anime images directly in their Telegram chat with simple commands like /anime, /manga, and /image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published