Skip to content

Instantly share code, notes, and snippets.

@dungsaga
Created July 1, 2023 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dungsaga/f44160b9902b16ba699e315decfe0dfb to your computer and use it in GitHub Desktop.
Save dungsaga/f44160b9902b16ba699e315decfe0dfb to your computer and use it in GitHub Desktop.
Make Reddit clients Alive again !!

Make Reddit clients Alive again !!

Reddit has imposed paid API limits and that compelled developers to shutodwn their clients.
But There is a way you can Keep using your favourite reddit Client.

Obtaining Client ID

Step 1: Navigate to this page.

image

Step 2: Fill as shown below in the image

Note: Don't use the word "Reddit" in Name of the app.


image

App Name URI
Sync/ Sync Pro http://redditsync/auth
Boost http://rubenmayayo.com

Step 3: Copy and store your ID securely.


image

πŸŽ‰πŸŽ‰ We have successfully obtained our Client ID. πŸŽ‰πŸŽ‰

Patching the App

Using Revanced Manager

  • Create a new file with the name reddit_client_id_revanced.txt in Internal Storage( /storage/emulated/0/ or /sdcard/ ) of your device.

  • Paste the client id without any text or spaces in the file.

  • Open Revanced Manager, select App and include change-oauth-client-id patch.

  • Patch the app.

Using Revancify

b) Using Revancify

Check usage prior to proceeding. (Optional Steps only if you can't see the change-oauth-client-id patch in options editor.

  • Open Termux and run Revancify. (For this Particular use-case, You must run revancify as non-root by this command revancify -n or revancify --non-root)
  • Go to Change Source and navigate to Revanced, press the <Spacebar> to select and press <Enter>.

If you can't see the change-oauth-client-id patch in options editor, Do this

  • Go to Update Resources and let Revancify update all the resources.
  • Go to Delete Components. Select Patch Options and press Enter.
  • Go to Patch Options. Let it generate the latest options.json file.
  • Select change-oauth-client-id. Clear null and Paste the new client ID. Go back to Main Menu.
  • Now, Go to Select Patches. Choose the desired app (Sync or Boost) and press Enter. Navigate to change-oauth-client-id and include it by pressing space bar.
  • It should look like this: [*] change-oauth-client-id
  • Now, Save and Go back to Main Menu.
  • Go to Patch App and select the same app. Choose the version.
  • Let Revancify download and patch the app for you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment