Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.09 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.09 KB

Finnish Parliament Data Tools

License Tests

pre-commit Black

Features

  • A client for downloading Finnish parliament video recordings and transcripts

Requirements

For Python requirements, see the Python project file. Additionally, this tool uses FFmpeg and SoX.

Installation

To install Finnish Parliament data tools, clone the repository and run this command in your terminal:

$ git clone https://github.com/aalto-speech/fi-parliament-tools.git
$ cd fi-parliament-tools
$ pip install .

Usage

For detailed instructions, run fi-parliament-tools --help in terminal.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Finnish Parliament Data Tools is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.