Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matejmecka/slackcalltranscriber
Record Slack Calls
https://github.com/matejmecka/slackcalltranscriber
Last synced: 15 days ago
JSON representation
Record Slack Calls
- Host: GitHub
- URL: https://github.com/matejmecka/slackcalltranscriber
- Owner: MatejMecka
- License: mit
- Created: 2018-05-22T19:42:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T21:40:31.000Z (over 6 years ago)
- Last Synced: 2025-01-11T16:53:01.445Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Slack Call Transcriber
A Project that Aims to Record Slack Call and later using speech recognition to transcribe them.# Requirements:
* FFMPEG
* Puppeteer### Mac OS X:
* SoundFlower
### Linux:
* ALSA### Windows:
* DirectShow# Installation
` npm install package.json`# Getting Started
Fill out config.js with:
* URL to the Call,
* Username and Password of the Slack Account
* Display Height and WidthStart the recorder using `node recorder.js`
# Current Issues:
* Puppeter Fails at Login
* ¯\\\_(ツ)_/¯ Fill it out Manually or Restart The Script.