This website works better with JavaScript.
Home
Explore
Help
Sign In
caff
/
google-sheets-csv-getter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
HTTPS
ZIP
TAR.GZ
Brandon Anzaldi
9ecc3e2e04
Add README.md
9 months ago
.gitignore
Initial commit
9 months ago
Pipfile
Initial commit
9 months ago
Pipfile.lock
Initial commit
9 months ago
README.md
Add README.md
9 months ago
config.py
Initial commit
9 months ago
main.py
Initial commit
9 months ago
README.md
Google Sheets CSV Getter
Install
Ensure you have Python3 and pip installed.
Run
pip install pipenv
Run
pipenv sync
Replace the sheet link in config.py, and adjust the interval time.
Run
pipenv run start
.