comwrg / bilibiliupload

This project is not maintained anymore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 source code

Why not log print

import logging
logging.basicConfig()

More details see python logger docs

Credits

License

FOSSA Status

About

This project is not maintained anymore.

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%