Metadata-Version: 2.1
Name: bbb-scrape
Version: 0.1
Summary: Scrape BBB meeting
Home-page: UNKNOWN
Author: Stefan Wallentowitz
Author-email: stefan.wallentowitz@hm.edu
License: UNKNOWN
Description: # Scrape Big Blue Button (BBB) meeting
        
        Scrape a BBB meeting. Currently only supports:
        
         - Extract slides and create video with proper timing
        
        Upcoming features:
        
         - Render slide annotations and polls
         - Download other videos too
        
        Installation:
        
        ```
        pip install bbb-scrape
        ```
        
        Use:
        
        ```
        bbb-scrape <hostname> <meetingid>
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
