https://github.com/steveb/absent-slacker-catchup
https://github.com/steveb/absent-slacker-catchup
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steveb/absent-slacker-catchup
- Owner: steveb
- Created: 2025-07-06T21:06:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T03:37:16.000Z (12 months ago)
- Last Synced: 2025-08-11T05:29:38.995Z (12 months ago)
- Language: Python
- Size: 54.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Absent Slacker Catchup (ASC)
A command line tool to summarize the previous hours of an OpenStack IRC channel.
This tool supports any channel which is archived at https://meetings.opendev.org/irclogs/
## Installation
### Development Installation
1. Clone the repository:
```bash
git clone
cd absent-slacker-catchup
```
2. Install in development mode:
```bash
pip install -e .
```
Or install with development dependencies:
```bash
pip install -e .[dev]
```
## Usage
After installation, you can use the `asc` command:
```bash
# Show help
asc --help
# Show version
asc --version
# Summarize the last 14 hours of the IRC channel #openstack-ironic, generate an audio file
# reading the summary, and open a browser with the resulting generated page.
asc fetch --hours 14 --output-type SPEECH_SUMMARY --open-browser "#openstack-ironic"
```