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

https://github.com/octoober/artmelon-chrome__old

✨ Share art from donmai.us and other similar platforms straight to your Telegram chat or channel with ease.
https://github.com/octoober/artmelon-chrome__old

anime anime-downloader anime-scraper anime-website chrome-extension forwarding telegram-bot

Last synced: 7 months ago
JSON representation

✨ Share art from donmai.us and other similar platforms straight to your Telegram chat or channel with ease.

Awesome Lists containing this project

README

          

# Anime Art Forwarder

This Chrome browser extension simplifies the process of sharing anime art to a Telegram channel with just one click. It serves as a helpful tool for channel administrators who want to quickly send anime art from their browser to a designated Telegram channel.








DOWNLOAD


## Supported:
- donmai.us
- rule34.xxx

## Features
- Easy setup and integration with your Telegram bot
- Intuitive interface with a dedicated button for instant forwarding
- Compatibility with popular anime art websites

## Upcoming Features
- [x] Image grouping
- [x] Displaying notifications
- [ ] UI improvements
- [ ] Support for multiple Chat IDs
- [ ] Adding custom descriptions
- [ ] Ability to disable automatic hashtags
- [ ] Editing hashtags

## For Developers
1. Clone the repository using the command:

```sh
git clone https://github.com/Octoober/anime-art-forwarder.git
```

2. Navigate to the project directory:

```sh
cd anime-art-forwarder
```

3. Install dependencies using npm:

```sh
npm install
```

### Auxiliary Commands

- `npm run watch`: Run the watch command to track file changes and automatically rebuild the project

- `npm run build`: Builds the app for production to the build folder

- `npm run pack`: Packs the build folder into a zip file under release folder

- `npm run repack`: Repackage the project

- `npm run format`: Formats all the HTML, CSS, JavaScript, TypeScript and JSON files