Skip to content

meyskens/penta-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penta Export

Penta Export is a project designed to quickly export talk proposals of a specific devroom at FOSDEM into a CSV. Where these can be used in an external review tool.

Requirements

In order to build this you will need Go 1.11+ installed.

Configuration

This project uses environment variables to configure it's working.

export PENTA_USERNAME="username"
export PENTA_PASSWORD="password"
export PENTA_DEVROOM_ID="693" #Go Devroom ID (look it up in the source of the advanced search page at https://<<PENTAURL>>/search/event)

Usage

Once the configuration is set when running this script it will output CSV content to stdout. It is suggested to catch it in your shell.

go run main.go | tee devroom

About

Export FOSDEM Pentabarf proposals to CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages