Skip to content

ludomal/rapporteur_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITU-T Rapporteur's status report generator

This project generates pre-populated status report for Rapporteurs in Study Group 12.

The scripts use template.docx as the template generating formatted word documents. Information fetched from the ITU-T website are:

  • Question title
  • (co/associate) rapporteur(s) details
  • List of contributions
  • List of TDs
  • Work programme

How to use

  1. Install required packages
pip install -r requirements.txt
  1. Update meeting information in generate_reports.py:
  • meetingDetails: place and date, example: "Geneva, 18-26 January 2023"

  • meetingDate: first day of the meeting in the format YYMMDD. For example, for the meeting starting January 18, 2023: "230118"

  1. Execute the script
python generate_report.py 

Word documents for each question are generated automatically in a directory named as the meeting date, for example ./230118.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages