Skip to content

zendagin/youtube-channel-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

1. Config file

Place a setting.py under root and fill in the blanks.

DATABASES = {
    'default': {
        'ENGINE': '',
        'NAME': '',
        'USER': '',
        'PASSWORD': '',
        'HOST': '',
        'PORT': '',
    }
}

INSTALLED_APPS = ["db"]

2. Sync database schema

Use Django migration

3. Set your YouTube API Key

Set it as environment variable YOUTUBE_API_KEY or through init_youtube_client(key)


Entry point

Run main.py

About

python script to crawl youtube channels through Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages