Clark University, Package for YouTube crawler and cleaning data
Project 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for clarku_youtube_crawler-0.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c25b286d2bd9cf5e814d29915955d337d332ee7f0b6195b123863d61c582cac |
|
MD5 | 64e5e43136caac7ed4a4c9778ae4fafc |
|
BLAKE2b-256 | ed892824729cbe1f8d1c3d8d55401284c5a625a234e070bc8f8909238fe696e0 |
Hashes for clarku_youtube_crawler-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ac0f96ac2be064560b9c396b22ef968d99634634d7263c02aaae04650cb0099 |
|
MD5 | 104e03c1418bb7f0d1978f7eea3d3618 |
|
BLAKE2b-256 | 4b118d50dee93a4c1f39a2f845ade75401e1b3677dc0d0db02ab2fab07191d12 |