###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| // Get your API credentials at https://app.schoology.com/api and insert them below. | |
| // Go to https://api.schoology.com/404 to avoid CORS problems. | |
| // Paste the script in console, wait for "Ready," then call the function searchSection(sectionId). | |
| const CONSUMER_KEY = ">>>YOUR_API_KEY<<<"; | |
| const CONSUMER_SECRET = ">>>YOUR_API_SECRET<<<"; | |
| var users = [], userCourses = [], matches = []; | |
| async function fetchUsers() { | |
| users = []; | |
| let numUsers = 1000; |