Skip to content

georgejkaye/talkstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talkstools

Tools for interacting with talks@bham (and presumably also talks@cam and other derivatives)

Prerequisites

This project uses Poetry to manage dependencies. Poetry uses virtual environments (virtualenvs) to isolate dependencies for different projects. To create a virtualenv for this project and install the dependencies, run the following:

poetry install

Usage

To run scripts with the right dependenices, run them in the root directory prefixed with poetry run.

Credentials

For some operations you will need to provide credentials. By default, the scripts will look for a credentials.json file where the script is run, but this can be overriden by setting the TALKSTOOLS_CREDENTIALS environment variable.

{
    "talks": {
        "user": "[email protected]",
        "password": "qwertyuiop"
    }
}

Adding a talk

poetry run python src/talktools/talks/populate.py -l 1234 -d 1970-01-01 -t 11:00 11:50

Adding talks over a range

poetry run python src/talktools/talks/populate.py -l 1234 -r 1970-01-01 1970-02-01 -t 11:00 11:50

About

Making running Birmingham seminars easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages