Skip to content

Automation script which helps to create online zoom lectures along with slack, drive, google sheet. Also automatically download zoom recordings from cloud storage and upload them into the google drive.

Notifications You must be signed in to change notification settings

idev-a/miami-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miami-scripts

install python3-venv

sudo apt-get update sudo apt-get install python3-venv

create virtual env

python3 -m venv venv

activate venv

source venv/bin/activate

install packages

pip install -r requirements.txt

##create dir mkdir /root/.config/ && mkdir /root/.config/gspread_pandas/

copy google credential

cp creds/google_secret.json /root/.config/gspread_pandas/

run as background

nohup /root/miami-scripts/venv/bin/python /root/miami-scripts/mas.py &

About

Automation script which helps to create online zoom lectures along with slack, drive, google sheet. Also automatically download zoom recordings from cloud storage and upload them into the google drive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages