Skip to content

Upload video to bilibili under command-line interface

License

Notifications You must be signed in to change notification settings

reed-hong/bilibiliupload

 
 

Repository files navigation

bilibiliupload

image FOSSA Status

Upload video to bilibili under command-line interface

Installation

pip3 install bilibiliupload

How to use

from bilibiliupload import *

b = Bilibili()
b.login(...)
b.upload(...)

More details see docs

Why not log print

import logging
logging.basicConfig()

More details see python logger docs

Credits

License

FOSSA Status

About

Upload video to bilibili under command-line interface

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 99.3%
  • Makefile 0.7%