Skip to content

Commit

Permalink
Updated 'Self-hosting Screenity' section.
Browse files Browse the repository at this point in the history
New instruction alyssaxuu#5 with procedures to generate OAuth Client ID necessary to enable the Google Drive Upload (authorization consent screen).
  • Loading branch information
erickvils committed Jun 2, 2021
1 parent 935ea64 commit e32966d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Made by [Alyssa X](https://alyssax.com)
Also available for [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/screenity-screen-record/nbdkgeeeabnfegekngimpknhnkmocjcj)

## Table of contents
- [Features](#features)
- [Translating Screenity to other languages](#translating-screenity-to-other-languages)
- [Self-hosting Screenity](#self-hosting-screenity)
- [Libraries used](#libraries-used)
- [Features](#features)
- [Translating Screenity to other languages](#translating-screenity-to-other-languages)
- [Self-hosting Screenity](#self-hosting-screenity)
- [Libraries used](#libraries-used)

## Features
🎥 Make unlimited recordings of your tab, desktop, any application, and camera<br>
Expand Down Expand Up @@ -52,6 +52,7 @@ You can run Screenity locally without having to install it from the Chrome Store
2. Go to chrome://extensions/ in your browser, and [enable developer mode](https://developer.chrome.com/docs/extensions/mv2/faq/#:~:text=You%20can%20start%20by%20turning,a%20packaged%20extension%2C%20and%20more.).
3. Drag the folder that contains the code (make sure it's a folder and not a ZIP file, so unzip first), or click on the "Load unpacked" button and locate the folder.
4. That's it, you will now be able to use Screenity locally. Make sure you pin it on the toolbar by clicking the "puzzle" icon in the toolbar and pinning Screenity.
5. To enable the Google Drive Upload (authorization consent screen) you must change the client_id in the manifest.json file with your linked extension key. You can create it accessing Google Cloud [https://console.cloud.google.com/apis/credentials](https://console.cloud.google.com/apis/credentials)?project=your_project and selecting menu "Create Credential" > "OAuth Client ID > Chrome App. After this steps, reload your Extension Folder in Extensions (Developer Mode).

## Libraries used

Expand Down

0 comments on commit e32966d

Please sign in to comment.