Bilibili scraper
Go to file
TheTechRobo e00b25c4be Update 'wrapper.py' 2022-08-20 14:16:21 -04:00
.gitignore Works? 2022-03-25 17:22:44 -04:00
README.md Works? 2022-03-25 17:22:44 -04:00
bilibili.py Works? 2022-03-25 17:22:44 -04:00
wrapper.py Update 'wrapper.py' 2022-08-20 14:16:21 -04:00

README.md

Bilibili scraper

This was made at someone else's request.

Limitations

  • Cannot scrape video
  • Cannot scrape audio

Requirements for wrapper.py

  • Python 3.7 (tested on 3.9)
  • alive_progress (installable via pip)
  • requests (installable via pip)
  • cprint (installable via pip)

Requirements for the module

  • requests (installable via pip)

To use

Recommeded to use as a module rather than wrapper.py. wrapper.py is an example, but should work fine to scrape a user.


IMPORTANT

This comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Licenced under the Apache-2.0 licence. Copyright (c) 2022 TheTechRobo.