Douyin live room scraper by Nodejs
npm install -g @liou666/live-parser-cli
dy run <room_id>
npm install -d @liou666/live-parser-core
git clone https://github.com/liou666/live-parser.git
cd live-parser
pnpm install
mv .env_example .env
pnpm dev
- Parse protobuf
- Client websocket connect
- Enhanced type(ts)
- Add the voice broadcast feature
- Beautify the UI
- Build desktop App
- Multi-platform Support
- Bilibili
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