0.4.1 • Published 2 years ago
@liou666/live-parser-cli v0.4.1
📺 Live Parser Cli
Command line Douyin live room scraper by Nodejs

Installation
npm install -g @liou666/live-parser-cliUsage
dy run <room_id>
# room_id:抖音直播间idDevelopment setup
git clone https://github.com/liou666/live-parser.git
cd live-parser
pnpm install
mv .env_example .env
pnpm devContributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. Any contributions you make are greatly appreciated!
Don't forget to give the project a star! Thanks again!
- Fork it (https://github.com/liou666//fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request