📺 Live Parser Cli
Command line Douyin live room scraper by Nodejs
Installation
npm install -g @liou666/live-parser-cli
Usage
dy run <room_id>
# room_id:抖音直播间id
Development setup
git clone https://github.com/liou666/live-parser.git
cd live-parser
pnpm install
mv .env_example .env
pnpm dev
Contributing
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