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

[Artstation] Pro_first enable/disable #3273

Closed
Driveskull opened this issue Nov 20, 2022 · 3 comments
Closed

[Artstation] Pro_first enable/disable #3273

Driveskull opened this issue Nov 20, 2022 · 3 comments

Comments

@Driveskull
Copy link


Currently this option set to 1 limits our possible search options. It would be great to have a chance to enable/disable it

@InterruptSpeed
Copy link
Contributor

InterruptSpeed commented Nov 22, 2022

happy to look into a config option for this. the call to
https://www.artstation.com/api/v2/search/projects.json
wants a JSON body

{
  "page" : 1,
  "per_page" : 50,
  "pro_first" : 0
}

and will happily return results where data->user->pro_member field is false when the "pro_first" value is 0 as above. @mikf ok if i proceed with a -opro-first=False option which defaults to True if it isn't present?

@mikf
Copy link
Owner

mikf commented Nov 26, 2022

@mikf ok if i proceed with a -opro-first=False option which defaults to True if it isn't present?

It would have been. I went ahead and did it myself (b1ad6f2). Just writing code is easier than "social interaction" for me and I really didn't have energy for anything else last week, sorry.

@mikf mikf closed this as completed Nov 26, 2022
@InterruptSpeed
Copy link
Contributor

sorry. will put a pull request in next time...just didn't know if there was a discussion etiquette required [and now I know]. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants