Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge request for Pixiv User #2635

Closed
10 tasks done
X-Gorn opened this issue Apr 11, 2022 · 2 comments · Fixed by #2650
Closed
10 tasks done

Bridge request for Pixiv User #2635

X-Gorn opened this issue Apr 11, 2022 · 2 comments · Fixed by #2650
Labels
Bridge-Request Request for a new bridge

Comments

@X-Gorn
Copy link

X-Gorn commented Apr 11, 2022

Bridge request

General information

This bridge is a Pixiv User bridge that returns the newest posts from a pixiv user

Options

  • Limit number of returned items
    • Default limit: 20
  • Load full articles
    • Cache articles (articles are stored in a local cache on first request): yes
    • Cache timeout (max = 24 hours): 24 hours
  • Balance requests (RSS-Bridge uses cached versions to reduce bandwith usage)
    • Timeout (default = 5 minutes, max = 24 hours): 5 minutes
@X-Gorn X-Gorn added the Bridge-Request Request for a new bridge label Apr 11, 2022
@Bockiii
Copy link
Contributor

Bockiii commented Apr 12, 2022

We already have a pixiv bridge. Is it possible to search for the user using that?

@yamanq Interested in enhancing the pixiv bridge?

@yamanq
Copy link
Contributor

yamanq commented Apr 12, 2022

Yes, I'll add a user page context. Besides this, it looks like adding tags to items is also trivial since they are including in the current ajax query. I did a little investigation and the data returned is very similar. I will need to do some refactoring though.

  • Current query for tags (example): https://www.pixiv.net/ajax/search/illustrations/<TAG>?word=<TAG>&order=date_d&mode=all&p=1
  • User query (example): https://www.pixiv.net/ajax/user/<USER>/profile/top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bridge-Request Request for a new bridge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants