diff --git a/README.md b/README.md index 3627a0d..5d80b23 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![](https://img.shields.io/badge/Version-1.0-orange.svg?style=flat) -Script which displays the current Karma of your Reddit Account. +Script which shows the current Karma of your Reddit Account. @@ -24,22 +24,34 @@ ___ 1. Login to your Account and go to https://old.reddit.com/prefs/apps/ 2. Create new **Personal Script** - + 3. Click Checkbox "script" and set a redirect uri (e.g. same as in the image) - + 4. Create App 5. Copy the Client_ID & Client_Secret - + Official Reddit API Guidlines: https://github.com/reddit-archive/reddit/wiki/OAuth2 ___ -### Fill Script With Values +### Config Script +```javascript +const USERNAME = 'your-username' +const PASSWORD = 'your-password' +const CLIENT_ID = 'ABC1234567-XYZ7654321' +const CLIENT_SECRET = 'qwertzuiopasdfghjklyxcvbnm' + +const showCoinBalance = true //smallwidget, mediumwidget; +const showNotifyBadge = true //smallwidget; +const showUserTitle = true //largewidget; +const cornerRadiusProfileImg = 0 //0 if your avatar is'nt a reddit 'snoovatar'. Set >50 for a rounded Image +const standardRedditClient = 'Apollo' //Apollo or Reddit +``` ___ -## ⬇️ INSTALL SCRIPT / WIDGET +## ⬇️ INSTALL SCRIPT & WIDGET ### Install Script 1. Install [Scriptable for iOS `↗`](https://apps.apple.com/us/app/scriptable/id1405459188?ign-mpt=uo%3D4 "App Store") @@ -47,7 +59,7 @@ ___ or download [this](https://routinehub.co/shortcut/10438/) helper shortcut 3. `+` Add new Script - + 4. Paste it into the new Script 5. Finish @@ -78,7 +90,12 @@ iCloud Drive/ │ │ ├─ cakedayApollo.png │ │ ├─ cakedayConfetti.png ``` + + ⬆️ Jump Back to Start + ___ + +