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..
- Host: GitHub
- URL: https://github.com/tas33n/asurascans-dl-bot
- Owner: tas33n
- Created: 2023-09-13T06:43:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T09:14:14.000Z (over 1 year ago)
- Last Synced: 2023-10-11T11:00:24.161Z (over 1 year ago)
- Topics: asuracomics, asurascans, img2pdf, nodejs, scrapper-bot, telegraf-bots, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/AsuraScans_bot
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AsuraScans (Asuracomics) Manhwa– Downloader
A simple bot to download Manhwa Chapters as PDF from AsuraScans/Asuracomics
Bug report
·
Feature request
## 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.
![]()
## 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.[](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).