/mangGet-telegram-bot

Simple node.js based page scraping telegram bot which gets links from anime and manga sites, given the title.

Primary LanguageJavaScript

mangGet

Description of the project

A simple node.js based telegram bot which takes data from https://mangasee123.com/ and https://gogoanime.tel/ and returns the resulting links, by typing the desired title.

Built with

  • Node
  • Telegram API

How I've worked

The page scraping is done with puppeteer. The bot part is mainly done with Telegram API. I've partially used telegraf for code simplicity. .

Examples

Getting anime
Alt Text

Getting manga
Alt Text

Todo list

  • Make a better UX, since inline buttons are not perfect (it could be better if they disappear after choosing between anime or manga)
  • Add more sources and more modularity to the project, some functions are hardcoded