KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
youtube-stats-parser
โ 10
Open GitHub โ
YouTube data parser
Download README (.md)
Explore Similar Repositories
ci-league
:
No description available.
Infection-Inspection
:
๐ฆ Protect the heart from infection as you defeat wave after wave of bacteria!
sagemcom-router-reversing
:
No description available.
Paper-Knowledge_Distillation-Adversarial_Training-NLP
:
some paper of Knowledge Distillation and Adversarial Training about NLP
tlscerts
:
mtls.dev
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
youtube-stats-parser
?
Download (.md)
# Youtube Stats Parser  ## Description Statistics and information parser on all videos from the specific YouTube channel. ## Installation 1. Prepare MongoDB and setup `.env` file like `.env.example` 2. Install Packages ```bash npm i ``` ## Usage 1. Just add your's specified id's of channels in `./src/index.js` 2. And launch app ```bash npm run start ```