One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| echo "Creating an SSH key for you..." | |
| ssh-keygen -t rsa | |
| echo "Please add this public key to Github \n" | |
| echo "https://github.com/account/ssh \n" | |
| read -p "Press [Enter] key after this..." | |
| echo "Installing xcode-stuff" | |
| xcode-select --install |
| import puppeteerExtra from 'puppeteer-extra'; | |
| import puppeteerStealth from 'puppeteer-extra-plugin-stealth'; | |
| import puppeteer from 'puppeteer'; | |
| (async () => { | |
| const params = { | |
| "pagination": {}, | |
| "usersSearchTerm": "Atlanta, GA", | |
| mapBounds: { | |
| "west": -84.4672891672287, |
Starting from macOS 15, sudo spctl --master-disable is no longer supported to disable Gatekeeper.
We need to disbale it with Configuration Profiles.
.mobileconfig extension, refer the sample file in this gistuuidgen in terminal to generate a new one