Hello! I'm own my newsletter in investing, and I'm a programmer in node.js, next and frontend. I'm thinking of somehow automating getting tyhe list of all my subscribers into a text file from an externl js script. I want to make sure anyone who access my app can only login with the same email. Maybe you have an idea? Thanks! :)
I welcome any feedback or suggestions on what else to add to this extension.
I noticed that the Substack Notes API returns only the last 20 notes, and I got an error when applying paging logic that works on the posts API. Let's see how the Substack team will improve this API in the future.
Thanks for sharing the insights.
I tried to use this but keep getting a 'failed to fetch' error... any ideas why? :)
Hi @nxtlvl - I sent you a DM. In the chrome://extensions/ do you see a red "Errors" button? Click that and paste the errors in the DM
Hello! I'm own my newsletter in investing, and I'm a programmer in node.js, next and frontend. I'm thinking of somehow automating getting tyhe list of all my subscribers into a text file from an externl js script. I want to make sure anyone who access my app can only login with the same email. Maybe you have an idea? Thanks! :)
Hi Antoni,
You may want to look at BASE_URL/api/v1/subscriber-stats REST call.
It says Not Authorized. How do you pass the necessary authorization
try POST https://substack.com/api/v1/login with the following in the body
{
"redirect": "/",
"for_pub": "<username>",
"email": "<user email>",
"password": "<password>",
"captcha_response": null
}
this opens up a session
Are you using the session cookies? The captcha typically comes if you don't.
Thanks for that! I'm nearly there, I just get an error 401:
data: {
error: 'Please complete the captcha to continue',
type: 'single'
}
How I'm supposed to solve the CAPTCHA in js? I have the "captcha_response" set to null in the request, but it still shows up.
I found this: https://github.com/2captcha/2captcha-javascript Do you think this could work?
amazing. Thank you for your work. Intend to check it!
Just downloaded the extension. It's awesome! Thank you for your generosity
Hi Denise, thanks for trying it out.
I welcome any feedback or suggestions on what else to add to this extension.
I noticed that the Substack Notes API returns only the last 20 notes, and I got an error when applying paging logic that works on the posts API. Let's see how the Substack team will improve this API in the future.
I own now 3 business. This is so over my paygrade. No wonder I do not make much money. You are amazing.
W0W
Thank you!
I don't get that reaction very often these days.
It's amazing tool! Everyone should use this!!
Useful!
What about notes statistics?
Hey @cienciasocial - I released version 1.2.3, which has a Notes statistics feature built-in - see the demo video on how to analyze your Notes stats
https://finntropy.substack.com/p/substack-scheduled-notes-v123
I wrote a note about it:
https://substack.com/profile/172879528-salvador-lorca/note/c-82759336
I am working to get the Notes statistics feature included in the next version of Substack Scheduled Notes - see this https://substack.com/@finntropy/note/c-81912607
This is great, Finn !!!
I wrote about it:
https://substack.com/profile/172879528-salvador-lorca/note/c-82759109