Skip to main content

Automatic archiver for SHOWROOM live which is listed by YAML file.

Project description

SHOWROOM Podcast

Test Test Coverage Maintainability Code Climate technical debt Updates Python versions Twitter URL

Automatic archiver for SHOWROOM live which is listed by YAML file.

Advantage

  • Waits for on live, automatic archiving
  • Archives multiple lives at same time

Waits for on live, automatic archiving

Process waits for rooms on live. When live are started, process will automatically start archiving. Even if live was suddenly start during you are busy, you will be free from non-essential and non-urgent call, you can concentrate your task.

Archives multiple lives at same time

It's possible to archive multiple lives at same time as much as CPU resource is supplied. You can check each content in order without watch at same time.

Requirement

Quickstart

1. Install

pip install showroompodcast

2. Create config.yml

# How much numbers of live record at same time.
number_process: ?

# List up tracking room ID to track for archive.
list_room_id:
  - ??????
  - ??????
  - ??????
  - ??????
  - ??????

# When set, process will report to Slack when process down for any reason.
slack:
  bot_token: xoxb-123456789012-345678901234-567890abcdefghijklmnopqr
  channel: ABCDEFGHI

3. Create output directory

mkdir output

So far, the directory structure looks like this:

your-workspace/
+----output/
+----config.yml

4. Execute command to run

showroom-podcast

Then, process will automatically archive live into output directory when live has started.

Note that the process consumes packets even while waiting to track room whether on live or not. Be ensure network especially when using it on a mobile line.

5. When shutdown process, send Ctrl + C in terminal

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

showroompodcast-20220205125000.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

showroompodcast-20220205125000-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page