Spaces:
Running
on
Zero
Running
on
Zero
File size: 239 Bytes
1f074d8 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run the codebase
google-apps-script --authorization `oauth2.gs` --callback `authCallback` --channelId YOUR_CHANNEL_ID --channelSecret YOUR_CHANNEL_SECRET
node index.gs
|