Metadata-Version: 2.1
Name: bget
Version: 3.2.1
Summary: bget - a python bilibili favourites batch downloader
Home-page: https://github.com/baobao1270/bget
Author: Joseph Chris
Author-email: joseph@josephcz.xyz
License: MIT
Project-URL: Source, https://github.com/baobao1270/bget.git
Keywords: python bilibili terminal
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# bget
bget - a python bilibili favourites batch downloader

## Install
```bash
pip install bget
```

## Use
 1. Download [config.toml](https://github.com/baobao1270/bget/blob/master/config-example.toml) and edit it as your need.
 2. Get your bilibili.com cookies. You can use [this chrome extension (Get cookies.txt)](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid).
 3. Use `bget -h` to get help:

## Build
We use a fake "makefile" to build.

```bash
python -m venv venv
venv\Scripts\activate
pip3 install pyyaml
make build
```

## License
MIT License


