La-Lojban/sutysisku-lojban-corpus-downloader

2

stars

47

commits

TypeScript

primary language

Jun 28, 2026

updated

README

@sutysisku/lojban-corpus-downloader

Generating audio using Amazon Polly

  • In AWS dashboard in IAM create user, user groups, add user to the user group
    • create new policy via json editor:
    {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "polly:SynthesizeSpeech",
            "polly:StartSpeechSynthesisTask"
          ],
          "Resource": "*"
        }
      ]
    }
    
    • attach policy to the user group
  • create access key+secret key for the user (for third-party apps)
  • add them to .env using .env.example as a reference

Contributors

lagleki

46 commits

La-Lojban/sutysisku-lojban-corpus-downloader

2

stars

47

commits

TypeScript

primary language

Jun 28, 2026

updated

README

@sutysisku/lojban-corpus-downloader

Generating audio using Amazon Polly

  • In AWS dashboard in IAM create user, user groups, add user to the user group
    • create new policy via json editor:
    {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "polly:SynthesizeSpeech",
            "polly:StartSpeechSynthesisTask"
          ],
          "Resource": "*"
        }
      ]
    }
    
    • attach policy to the user group
  • create access key+secret key for the user (for third-party apps)
  • add them to .env using .env.example as a reference

Contributors

lagleki

46 commits

Languages

TypeScript

94.3%

JavaScript

3.7%

Dockerfile

1.5%