Skip to content

EverythingSuckz/Search-Anime-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Anime Bot

A Simple Telegram bot based on Telethon for Searching Anime.

ToDo(s)

  • Basic Anime Searching
  • Manga Search Support
  • Airing Search Support
  • Character Search Support
  • Inline Search Support
  • Deeplinking and Stuffs

Available Commands(for now)

  • /anime: Searching Anime

Hosting on VPS

Simply clone the repository and run these codes:

git clone https://github.com/JyothisJayanth/Search-Anime-Bot
cd Search-Anime-Bot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 -m AnimeBot

Credits