• Stars
    star
    259
  • Rank 156,767 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐ŸŽ‰ Images collection done right. Telegram ๅ›พ็‰‡ๆ”ถ่—ๆœบๅ™จไบบ / A Telegram bot that helps you collect ACG illustrations.

Nazurin

Codacy Badge

Documentation | ไธญๆ–‡ๆ–‡ๆกฃ

ๅฐใ•ใชๅฐใ•ใช่ณขๅฐ†, a Telegram bot that helps you collect ACG illustrations from various sites.

Architecture

architecture.png

Features

  • View/Download artwork from various sites
  • Add images to your collection via Telegram
  • Store your collection in Telegram channels
  • Store images on multiple types of storage
  • Store image metadata in multiple types of database

Supported Sites

Name URL Commands Collection
Pixiv https://www.pixiv.net/ โœ” โœ”
Danbooru https://danbooru.donmai.us/ โœ” โœ”
Safebooru https://safebooru.donmai.us/ โœ”
yandere https://yande.re/ โœ” โœ”
Konachan https://konachan.com/ โœ” โœ”
Lolibooru https://lolibooru.moe/ โœ”
Zerochan https://www.zerochan.net/ โœ” โœ”
Gelbooru https://gelbooru.com/ โœ”
Twitter https://twitter.com/ โœ” โœ”
ArtStation https://www.artstation.com/ โœ”
Wallhaven https://wallhaven.cc/ โœ”
Bilibili Dynamics https://t.bilibili.com/ โœ”
Weibo https://weibo.com/ โœ”
DeviantArt https://www.deviantart.com/ โœ”
Lofter https://www.lofter.com/ โœ”

Supported Databases

Driver Usage Config Value Note
TinyDB TinyDB Local Default
Firestore Firestore Firebase
MongoDB MongoDB Mongo MongoDB Atlas supported
Cloudant Cloudant Cloudant

You can also implement your own database driver by creating a file under database folder, and set this option to the name of driver class.

Supported Storage

Name Usage Config Value Note
Local Local Local Default
Telegram Telegram Telegram Added in v2
MEGA MEGA Mega
Google Drive Google Drive GoogleDrive
OneDrive OneDrive OneDrive

Configuration

For more information, see Documentation.

Deploy

For more deploy options, checkout Documentation.

Manual

Tips: You may comment out unused dependencies in requirements.txt before installation.

  1. Install dependencies: pip install -r requirements.txt
  2. Set the required environment variables or place them in .env file, you may refer to .env.example as an example
  3. Start the bot: python -m nazurin

Docker

  1. Configure the options in .env
  2. Run docker-compose up -d to use the lastet pre-built Docker images. (Alternatively, you may build the image yourself: docker-compose up -d --build)

Usage

Commands:

  • /ping - pong
  • /pixiv <id> - view pixiv artwork
  • /pixiv_download <id> - download pixiv artwork
  • /danbooru <id> - view danbooru post
  • /danbooru_download <id> - download danbooru post
  • /yandere <id> - view yandere post
  • /yandere_download <id> - download yandere post
  • /konachan <id> - view konachan post
  • /konachan_download <id> - download konachan post
  • /zerochan <id> - view zerochan post
  • /zerochan_download <id> - download zerochan post
  • /bookmark <id> - bookmark pixiv artwork
  • /clear_cache - clear download cache
  • /help - get help text

How to update your collection

Send the bot a message with a link of supported sites, this message will be forwarded to GALLERY channel, the bot will then download the original images from the site, send the files to ALBUM channel, and finally store to your custom destinations.

Tips: On mobile you can use the share button in apps, as long as the final message contains a link.