Metadata-Version: 2.1
Name: clarku_youtube_crawler
Version: 0.0.6.dev0
Summary: Clark University, Package for YouTube crawler and cleaning data
Home-page: https://github.com/catxmai/clarku-youtube-crawler
Maintainer: Cat Mai
Maintainer-email: CMai@clarku.edu
License: UNKNOWN
Description: # clarku-youtube-crawler
        
        ### ``Version 0.0.1->0.0.3 ``
        
        This is beta without testing since python packaging is a pain. Please don't install these versions.
        
        ### ``Version 0.0.5``
        Finally figured out testing. It works okay. More documentation to come. To install:
        
        ``pip install clarku-youtube-crawler``
        
        
        ### Example usage
        ```
        import clarku_youtube_crawler.RawCrawler as cr
        ```
        After running import, go to ``config.ini`` to configure file paths. Make sure DEVELOPER_KEY.txt (or if the filename differs, configure also in ``config.ini``) is in the same folder. Then run:
        
        ```
        test = cr.RawCrawler()
        test.__build__()
        test.crawl("asmr",start_date=1, start_month=1, start_year=2020, day_count=1)
        test.crawl_videos_in_list(comment_page_count=1)
        test.merge_all()
        ```
        
        If missing requirements (I already include all dependencies so it shouldn't happen), download ``requirements.txt`` here on this repo
        and run 
        
        ``$ pip install -r requirements.txt``
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
