uneasyguy
uneasyguy
  • 6
  • 37 268
Tomcam Apps Script Tutorial Potential Changes
u/tomcam on Reddit posted the following tutorial appscripting.com/tutorials/apps-script-sidebar-tutorial.html
and asked for people to take a look and suggest any changes.
This video is in response to that post, you can view the revised code here: script.google.com/d/1JftNWgA-eB6oA58EU57ELhhVKMmXLQ16aN0L0wbTkWOqK5WXOjCDB0Yl/edit?newcopy=true
มุมมอง: 94

วีดีโอ

How to Speed Up Your Python Code with Asyncio
มุมมอง 1944 ปีที่แล้ว
Quick run through of converting a synchronous code to an asynchronous code and viewing performance gains. Using python 3.7
Flask Restful API - Google VM - Forever Monitor- Google Sheets p.2
มุมมอง 1125 ปีที่แล้ว
I apologize for having the bottom right window covering the ssh terminal. Lesson learned and will avoid in the future SERVER VERSION OF APP.PY: gist.github.com/uneasyguy/c9d4ae55e08fa2984fcd8edd95597393 SERVER VERSION OF TESTING.PY: gist.github.com/uneasyguy/f4d8511b3cced004cd69535dafb070b9 SERVER COMMMANDS: sudo apt-get update sudo apt-get upgrade -y sudo apt install python3-pip -y sudo -H pip...
Flask Restful API - Google VM - Forever Monitor- Google Sheets p.1
มุมมอง 685 ปีที่แล้ว
Part 1 of 2 - Creating restful API with Python and Flask and running locally to return cryptocurrency price data from Binance. app.py - gist.github.com/uneasyguy/a4741a00487072b6a45de10b6efe0903 testing.py - gist.github.com/uneasyguy/997356dcfebec53c4bb1e99dd5b15edb
Deploy Google Sheet Add-on
มุมมอง 36K5 ปีที่แล้ว
Quick video to turn a google apps script into an unlisted google add-on. To create a listed add-on, the steps are almost identical. resizeimage.net/ - link to a basic image resizer if needed
Update Google Sheets/Apps Script via Python from EC-2 Server
มุมมอง 9655 ปีที่แล้ว
update time function - gist.github.com/uneasyguy/9470eda20e0b8df524ef48ade6d252c6 python script to execute apps script - gist.github.com/uneasyguy/9edbba65cac4f1fd9d5b28c3f28e5297 python required packages command - pip3 install upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib ec2 ssh format- sudo ssh -i "path to .pem" "username"@"ip" server update commands- sudo apt-ge...