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.
- Host: GitHub
- URL: https://github.com/octoober/artmelon-chrome__old
- Owner: Octoober
- Archived: true
- Created: 2023-04-29T20:42:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T22:44:54.000Z (over 2 years ago)
- Last Synced: 2025-03-11T01:58:31.631Z (7 months ago)
- Topics: anime, anime-downloader, anime-scraper, anime-website, chrome-extension, forwarding, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 26.9 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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