Skip to content
forked from e6Hub/app

An e621/e926 client, fetch and download posts and pools!

License

Notifications You must be signed in to change notification settings

Zhusiyuan354/app

This branch is 1 commit behind e6Hub/app:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Saektide
Mar 23, 2021
703e020 Β· Mar 23, 2021
Jan 5, 2021
Dec 24, 2020
Jan 21, 2021
Jan 21, 2021
Jan 21, 2021
Dec 4, 2019
Nov 19, 2020
Jan 21, 2021
Nov 8, 2020
Mar 23, 2021
Jan 21, 2021
Jul 6, 2020
Jul 6, 2020
Jul 6, 2020
Jan 21, 2021
Nov 20, 2020
Jan 21, 2021
Jan 5, 2021

Repository files navigation

Project status

I will discontinue this project since I don't have time for this anymore in my life. Feel free to fork it and modify this software (and please keep the LICENSE and authors intact). You can also use this as a base for a project Vue + Electron but I don't recommend it since some features are deprecated. Support for dtext-parser will stop too since it's part of e6Hub integrity. Translation will stop too, the app will stop including new features and updates (including hotfixes). In case of doubt contact me. This repository will be deleted at December 2021 without exceptions.

e6Hub

Build status DeepScan grade

🌟 Features

  • Fetch, list (save temporally on your session) and download posts and pools
  • SWF support (see FAQ for how to enable it)
  • Webm support
  • Third party plugins support
  • Blur explicit images
  • DText support
  • i18n support

πŸ“Έ Showcase / Screenshot

🌎 Translation status

Language name Progress Translated by
English 100% Saektide
Spanish 100% Saektide

πŸ–₯ Machine requirements

Component Minimum Recommended
RAM 2 GB 4 GB
Storage ~150 MB 250 MB
CPU Any single core CPU Any dual core CPU
Bandwidth Downstream 1 MiB 3 MiB

πŸ§ͺ OS Supported

Note We release only 64 bits versions

OS Name Status Type
Windows 7 βœ”1 .exe
Windows 8 βœ” .exe
Windows 10 βœ” .exe
Debian βœ” .AppImage
Fedora βœ” .AppImage
Arch βœ” .AppImage
macOS ⚠ .dmg
  • βœ” Supported
  • ❌ Not supported but can compile it
  • ⚠ Not tested yet
  1. A clean installation of Windows 7 (w/o recent updates) have the black screen issue. Learn more about this Electron issue.

πŸ’Ύ Development build

🚧 Requirements

  • Node.js ( v12 or above )
  • Git

πŸ’½ Clone

git clone https://github.com/e6Hub/app.git
cd app

πŸ“š Install deps with NPM

npm i

or with Yarn

yarn

πŸ›  Compile

You can now start to write code. Once you done, compile it to make sure if it's work correctly.

yarn dev

or

npm run dev

πŸ“¦ Build

It works? Great! now you can build it!

yarn build

or

npm run build

❓ FAQ

Can i download multiple pools/posts at the same time?

You can download only one pool at the time. e6Hub will mark posts (and pools) as "pending" to avoid saturate e621's servers.

Can i see blacklisted posts on this app?

No, e621's global blacklist works on server-side.

e6Hub have telemetry?

No. And we wont include that feature on our app.

I want to report a bug or give my feedback, where should i go?

Since the app is discontinued, you cannot report bugs and submit your feedback.

There's premium functions in this app?

No, all the app (and everything on there) is free and open source.

How do i enable SWF on this app?

Assuming your machine have Windows (7 or greater), Adobe no longer support Flash right now but you still have the possibility to install it on your machine, since download page isn't available you have to find a file called pepflashplayer.dll for 64 bits online*. e6Hub will be able to play SWF posts if you have the proprietary Pepper Flash Player plugin installed and located at C:\Windows\System32\Macromed\Flash. If that didn't work, find a Flash Player installer somewhere online then verify if that installer is legit (check the signature).

* For security reasons, make sure DLL file have a digital signature (Right click > Properties > Digital signatures) of "Adobe Inc." or "Adobe Systems Incorporated", must be signed with sha256 algorithm and the issuer should be DigiCert.

About

An e621/e926 client, fetch and download posts and pools!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 62.6%
  • JavaScript 33.7%
  • CSS 3.4%
  • HTML 0.3%