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

https://github.com/tas33n/asurascans-dl-bot

A simple telegram bot to Download Manga/Manhwa from various website(s) in PDF..
https://github.com/tas33n/asurascans-dl-bot

asuracomics asurascans img2pdf nodejs scrapper-bot telegraf-bots telegram telegram-bot

Last synced: 2 months ago
JSON representation

A simple telegram bot to Download Manga/Manhwa from various website(s) in PDF..

Awesome Lists containing this project

README

        



Logo

AsuraScans (Asuracomics) Manhwa– Downloader


A simple bot to download Manhwa Chapters as PDF from AsuraScans/Asuracomics




Bug report
·
Feature request




stars


GitHub

## FEATURES

- Download Individual or Multiple Manga/Manhwa Chapters

- View and Manga/Manhwa Download as PDF Documents

- Supports Multiple Manga/Manhwa Sources

- Parallel Downloading

- Download multiple chapters in parallel to save time.

* **Available Manga sources:-**

| SITE | STATUS |
|:------------------------------------------:|:-----------:|
| [MangaPill](https://mangapill.com) | WORKING |

## Planned Stuff

- Adding More sources

## Usage

1. Start a chat with the bot by mentioning `@AsuraScans_bot` on Telegram.

2. Use the available commands to interact with the bot:
- `{chapter_url} | {start_chapter} -> {end_chapter}`: Download a range of chapters.
- `/help`: View available commands and instructions.

3. Wait for the bot to process your request, and it will provide you with the requested manga/manhwa chapters in PDF format.

AsuraScans Preview

## Installation

### Local
Run the following command to clone the repository, and install the dependencies:

```sh
git clone https://github.com/tas33n/AsuraScans-DL-Bot.git
cd AsuraScans-DL-Bot
npm install #or yarn install
```

start the server with the following command:

```sh
npm start #or yarn start
```
Now the server is running on http://localhost:3000

### Repl.it
Host your own bot in Repl.it using the button below.

[![Run on Repl.it](https://repl.it/badge/github/tas33n/AsuraScans-DL-Bot)](https://repl.it/github/tas33n/AsuraScans-DL-Bot)

## Contributing
1. [Fork the repository](https://github.com/tas33n/AsuraScans-DL-Bot)
2. Clone your fork to your local machine using the following command **(make sure to change `` to your GitHub username)**:
```sh
git clone https://github.com//AsuraScans-DL-Bot.git
```
3. Create a new branch: `git checkout -b ` (e.g. `git checkout -b my-new-branch`)
4. Make your changes.
5. Stage the changes: `git add .`
6. Commit the changes: `git commit -m "My commit message"`
7. Push the changes to GitHub: `git push origin ` (e.g. `git push origin my-new-branch`)
8. Open a pull request.

### Currently supported sites

Manga/Manhwa

- [Asuracomics](https://asuracomics.com/)

> ### Note:
> **Your feedback and suggestions are very welcome. Please [open an issue](https://github.com/tas33n/AsuraScans-DL-Bot/issues/new/choose).**
> This project will still be maintained.

## Author

- [Tas33n](https://github.com/tas33n)

## License

This project is licensed under the [MIT License](LICENSE).