Patreon is a membership platform that provides tools for creators to run a subscription content service, as well as ways for artists to build relationships and provide exclusive experiences to their subscribers, or "patrons."
Questions tagged [patreon]
38 questions
0
votes
0 answers
Invalid `prisma.user.create()` invocation when using Patreon Adapter for NextAuth.js
I am trying to use the NextAuth/Auth.js Patreon Adapter and am able to at least display the sign in button however, after authenticating with Patreon, I get an error during the callback.
prisma:error
Invalid `prisma.user.create()` invocation:
The…

Flakenstine
- 25
- 1
- 9
0
votes
0 answers
How to make Patreon slide show, React
How to make Patreon slide show in react , which moves infintely with diffrent scroll speeds,
is there a library for that, what is the concept of doing it manually
everything i found is about how to make a manual full screen slider or that shows one…
0
votes
0 answers
Using Patreon Webhooks to Initiate GitHub Actions Workflow
I'm wanting to have Patreon webhooks kick off a GitHub Actions Workflow.
https://www.patreon.com/portal/registration/register-webhooks
This is the URL format I've attempted to use;
https://api.github.com/[username]/[repo_name]/dispatches
I've added…

bunduru
- 121
- 3
- 13
0
votes
0 answers
Fetch List of Patron Names with PHP Patreon API?
I want to write some PHP code that will allow me to make an HTTP call to a URL (from an external, unrelated program) and have it return a JSON-formatted list of my Patreon supporters (full names only).
Edit: I have gone through the setup for making…

mookal
- 1
- 1
0
votes
1 answer
Redirect URL using Firebase Dynamic / Deep Links is losing query parameters
In my Flutter (Android/iOS) app I am using Firebase Dynamic Links for Patreon.com OAuth2 apis.
My dynamic link is https://myappname.page.link/patreon
The deep link is https://myappname.net/patreon
Patreon is using the…

Puffing Devil
- 1
- 1
0
votes
0 answers
How to Embed my videos to patreon to stream it?
I have a creator account in Patreon.com
When I give URL from Youtube or Vimeo, it looks like this
but when I add URL of videos stored on my server, it looks something like this
I do not know what is the exact problem with it? If any of you faces…

Bharat Khadodra
- 77
- 1
- 10
0
votes
1 answer
Discord.py(PyCord) premium commands
I'm trying to make premium commands in Pycord(discord.py fork). I choosed patreon. So now I don't know how can user who is trying to bought premium add his user ID in patreon checkout.

luci muci
- 11
- 2
0
votes
1 answer
How do I create commands that only people who buy a patreon tier can use?
I need help with how to set up patreon commands to where when somebody buys the tier that is listed they get access to a select amount of commands that only they can use. So basically lets say somebody buys a patreon tier they get access to a…

Hunter W
- 3
- 2
0
votes
0 answers
Patreon API - AttributeError: 'dict' object has no attribute 'data' when parsing patrons
I'm trying to parse through every patron listed in my Patreon campaign. I've been taking code right off of the Patron API to do so, but I'm still getting an error. This is what I have
import os
import patreon
access_token =…
0
votes
2 answers
How can you check if a user has a particular role in a particular server
I want to make Patreon Only commands for my bot, but I don't know how I can make it so I can restrict access to a command based on 1 role in 1 server, I want the command to work globally, but I want the people on the "Patreon" role on my support…

mmatt
- 41
- 7
0
votes
1 answer
patreon. How to get list of creators and count of their patrons
Maybe, somebody have any suggestions, how to get list of creators then get count of patrons in each creator (and if available also get sum)

Oleh
- 31
- 2
- 5
0
votes
2 answers
if a member gets a specific role I want to add currency however if a member has that role and gets another it gives them the currency again
What I am trying to do is give a member a set amount of currency when they get a specific role. My problem is if a member has one of the specific roles gets another role like admin, which is not one of the specific roles, they get the currency…

mudeki
- 33
- 5
0
votes
2 answers
Why are my HTML Brackets being converted to < ; > on Patreon ‘About Section’ Editor
I’m attempting to to create a text input box on my ‘about’ section on Patreon. They have an HTML editor to add elements, and I’m attempting to input the following code-
However, when I save the changes…

Taytee13
- 121
- 1
- 1
- 11
0
votes
1 answer
Data from Patreon into Google Sheets
I'm trying to pipe data from a specific Patreon Creator Page into a Google Spreadsheet such as: Member first name, member last name, tier, etc. etc.
I've read the Patreon Developers Documentation here. https://docs.patreon.com
I referenced Ben…

Polemistis D'Gnosis
- 33
- 9
0
votes
1 answer
Cannot read data from Patreon JSON API
Using the code given from Packagist (https://packagist.org/packages/patreon/patreon?q=&p=6), I am unable to get the expected results. My code now logs the user in, and returns their data (which I can view via var_dump), but I'm having issues…