Skip to content

GDGToulouse/conference-hall-toolkit

Repository files navigation

Tools to work with conference-hall CFP

You can activate and find the API_KEY here: https://conference-hall.io/organizer/event/<EVENT_ID>/edit/integrations

Build

Clone this repo and execute ./gradlew fatJar

If needed, you may use ./gradlew clean to clean the build directories.

Display few stats

java -jar build/libs/conference-hall-toolkit-all.jar stats --event <EVENT_ID>  --api-key <API_KEY>

Check new Talks with data issues

java -jar build/libs/conference-hall-toolkit-all.jar check --event <EVENT_ID>  --api-key <API_KEY>

Note: Already known talks with issue can be define into the local KNOWN_TALKS_WITH_DATA_ISSUE.txt file

Generate selected talks and speakers

java -jar build/libs/conference-hall-toolkit-all.jar gen --event <EVENT_ID>  --api-key <API_KEY>

Notes: Selected talks should be define into the local selected.txt file Content are generated into the local content folder

Generate sponsors

  1. Update the Formulaire Sponsors.csv by downloading it at https://docs.google.com/forms/d/1OzB5Y8f8mHt4WP2EH28hD3iFABVebrdb44BHvhfjm3o/edit#responses

  2. Update the manual-sponsor.json file to set category, logoExtension, and jobs. WARNING, check the logo extension !

  3. Build content file

java -jar build/libs/conference-hall-toolkit-all.jar sponsor

Content are generated into the local content/partners folder

  1. Copy missing sponors file to site
  2. In the site project, UPLOAD into static/images/partners/ folder the log USING THE NAME define into the content file
  3. Complain to sponsors who have misfilled the form
  4. Follow site instruction to test and push data

About

Tools to work with conference-hall CFP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages