Skip to content

go1dshtein/stag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# stag CLI utility to fill attendance sheet

requirements

You need:

  • python3 as runtime
  • google api secret token
  • browser for oauth authentication

You can retrieve the token from this page. For details see tutorial.

installation

As usual

$ python3 -mvenv env
$ . env/bin/activate
$ pip install .

usage

setup

First of all you should set up the program with your sheet url and secret token.

$ ./stag.py setup https://docs.google.com/spreadsheets/d/ALOTOFSYMBOLSHERE/edit#gid=362406503 file-with-oauth-token.json

update

When you come to office

$ ./stag.py start

And then before leave out office

$ ./stag.py stop

About

CLI utility to fill attendance sheet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages