We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c60d8d commit 5fd0d84Copy full SHA for 5fd0d84
1 file changed
README.md
@@ -21,8 +21,10 @@ Set the following environment variables by creating a **.env** file:
21
PASSWORD=
22
USER_ID=
23
24
-The only way I found to discover the USER_ID is to inspect
25
-the payload to a **/drafts** request. Under the fields **draftBylines**
26
-or **postBylines** there is a subfield **user_id** or **id**
+To discover the USER_ID go to your public profile page,
+in the URL bar of the browser you find the substack address
+followed by your USER_ID and your username:
27
+https://substack.com/profile/[USER_ID]-[username]
28
-The .env file will be ignored by git but always be careful.
29
+
30
+The .env file will be ignored by git but always be careful.
0 commit comments