Compare commits
2 Commits
02ec3e055e
...
90cc2ba2b6
Author | SHA1 | Date | |
---|---|---|---|
90cc2ba2b6 | |||
01aecb888e |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.env
|
||||
*.swp
|
||||
curl.sh
|
||||
.vscode
|
||||
|
4
add_to_file.sh
Normal file
4
add_to_file.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
#$PG -t -A -c "SELECT '## 2023-03-31' UNION ALL SELECT ' - ' ||(message->>'text') from rlarp.thirtysec where mdate >= '2023-03-31'" | fold -s -w 80 | sed -E 's/^([^ -])/ \1/;s/^(-{1,2} )/ \1/;s/^/ /'
|
||||
|
||||
$PG -t -A -c "SELECT '## 2023-04-06' UNION ALL SELECT '- ' ||mdate||' [[]] '||(message->>'text') from rlarp.thirtysec where mdate >= '2023-04-06'" >> /mnt/c/Users/PTrowbridge/hc_notes/30sec.md
|
@ -56,6 +56,7 @@ for file_name in os.listdir(args.dir_path):
|
||||
continue
|
||||
|
||||
# Send the transcription request and retrieve the results
|
||||
print(f"to be processed {file_path}")
|
||||
audio_file = open(file_path, 'rb')
|
||||
response = requests.post(url, headers=headers, params=params, data=data, files={'file': audio_file})
|
||||
transcript = response.text
|
||||
|
Loading…
Reference in New Issue
Block a user