Difference between revisions of "Pixiv Fetcher"

From Shuushuu
Jump to: navigation, search
(To Do)
m (Added category coding at the bottom)
(28 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
=Database=
 
=Database=
Last updated: 28 March 2012
+
Last updated: July 13th 2013
  
Artists registered: 20,908
+
Artists registered: 25783
 
 
Last update has partially failed. Not all the artist present in the wiki were added.
 
  
 
=Description=
 
=Description=
Line 24: Line 22:
  
 
=Release Note=
 
=Release Note=
 
+
1.1.2 30 July 2013
 +
* Uglified
 +
* Fix for Firefox
 +
* Linted
 +
1.1.1 29 July 2013
 +
* Referer header
 +
1.1.0 28 July 2013
 +
* Login to the database
 +
* Update from Pixiv
 +
1.0.0 - 13 July 2013
 +
* Complete rewrite of the GreaseMonkey script. Same functionality for now.
 
0.1.1  -  8 May 2011
 
0.1.1  -  8 May 2011
 
* Fixed a bug which broke the "add to favorites" button of Pixiv
 
* Fixed a bug which broke the "add to favorites" button of Pixiv
Line 31: Line 39:
  
 
=Installation / Update=
 
=Installation / Update=
The script is still in beta. Feedbacks and suggestions are welcome.
 
  
 
For Firefox:
 
For Firefox:
 
# Install the [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey addon]
 
# Install the [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey addon]
# Restart your browser
+
# Restart your browser after script installation
# Download the script : [http://claritism.com/pixivf/pixiv_fetcher.user.js Pixiv Fetcher]
 
  
For Chrome:
+
For Chrome: Install the [https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo Tampermonkey addon]  
# Install the [https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo Tampermonkey addon]
 
# Download the script : [http://claritism.com/pixivf/pixiv_fetcher.user.js Pixiv Fetcher]
 
  
To update the script, just download it again.
+
For Safari: Install the [http://ss-o.net/safari/extension/NinjaKit.safariextz NinjaKit addon]
 +
 
 +
For Opera: Install the [https://addons.opera.com/en/extensions/details/tampermonkey-beta/?display=en Tampermonkey addon]
 +
 
 +
For [http://en.wikipedia.org/wiki/Maxthon Maxthon]: Install the [http://extension.maxthon.cn/detail/index.php?view_id=1680 Violentmonkey] (Please note the add on does not work on Retro Mode)
 +
 
 +
'''Download the script:'''
 +
[https://github.com/RomainLK/pixiv-fetcher/raw/master/build/pixiv-fetcher.min.user.js Pixiv Fetcher]
 +
 
 +
Script should update itself now, starting version 1.0.0.
  
 
=Support=
 
=Support=
  
The script was tested and should work on Firefox 3.6/4.0 and Chrome.  
+
The script was tested and should work on Firefox 11, Chrome and Safari.  
For support, PM Merun or post on the forum. No support is provided for other browsers than Firefox.
+
For support, PM Merun or post on the forum.
  
 
=To Do=
 
=To Do=
Line 55: Line 68:
 
=Future=
 
=Future=
  
The following features are still being considered
+
*Back office
 
+
* Pixiv tag translation
 
+
*Link to wiki/tag
*Link to wiki/tag?
+
*Add name to favorite list
*Add name to favorite list?
 
*Reverse linking to Pixiv?
 
*Track script usage by script unique id. No log, just number of request per day per script?
 
  
 
=Known issues=
 
=Known issues=
 
* Some article on the wiki also include the E-shuushuu tag in the "name" field.
 
* Some article on the wiki also include the E-shuushuu tag in the "name" field.
 
*Some article might not be extracted from the wiki.
 
*Some article might not be extracted from the wiki.
*Updating is broken again, wiki extractor get stuck at some pages
+
 
 +
[[Category: General]]

Revision as of 18:10, 27 May 2020

Pixivf.png

Database

Last updated: July 13th 2013

Artists registered: 25783

Description

Pixiv Fetcher is a Greasemonkey script written by Merun which will add romanized name to Pixiv pages. This includes member pages and image pages.


How does it work?

  • Script retrieves the artist id from the page.
  • Script send a request to my database server ( Not E-shuushuu )
  • Script puts the name below the avatar if the id is in the database

The database used relies on the wiki. However it's not updated in real time as some manual processing is required. Please note that the wiki doesn't reflect necessarily the artist tags of E-shuushuu.

Also, the name on E-shuushuu are not necessarily the display name on Pixiv which can change at all time. Instead, we use, if possible, a stable name, like real name from the artist website, etc.

Release Note

1.1.2 30 July 2013

  • Uglified
  • Fix for Firefox
  • Linted

1.1.1 29 July 2013

  • Referer header

1.1.0 28 July 2013

  • Login to the database
  • Update from Pixiv

1.0.0 - 13 July 2013

  • Complete rewrite of the GreaseMonkey script. Same functionality for now.

0.1.1 - 8 May 2011

  • Fixed a bug which broke the "add to favorites" button of Pixiv

0.1 - 7 May 2011

  • Initial release

Installation / Update

For Firefox:

  1. Install the Greasemonkey addon
  2. Restart your browser after script installation

For Chrome: Install the Tampermonkey addon

For Safari: Install the NinjaKit addon

For Opera: Install the Tampermonkey addon

For Maxthon: Install the Violentmonkey (Please note the add on does not work on Retro Mode)

Download the script: Pixiv Fetcher

Script should update itself now, starting version 1.0.0.

Support

The script was tested and should work on Firefox 11, Chrome and Safari. For support, PM Merun or post on the forum.

To Do

  • Improve the conversion process as some articles with special characters are ignored ( no impact for end user )

Future

  • Back office
  • Pixiv tag translation
  • Link to wiki/tag
  • Add name to favorite list

Known issues

  • Some article on the wiki also include the E-shuushuu tag in the "name" field.
  • Some article might not be extracted from the wiki.