bili-uas


Namebili-uas JSON
Version 0.3.4 PyPI version JSON
download
home_pagehttps://github.com/jhzgjhzg/BiliBili-UP-Auxiliary-System
SummaryAssist up in personal, live, and video data analysis and prediction.
upload_time2023-08-31 11:58:38
maintainer
docs_urlNone
authorjhzg
requires_python>=3.9
licenseGPLv3
keywords bilibili auxiliary analysis live video word_cloud monitor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BiliBili-UP-Auxiliary-System

# Introduction
Assist Bilibili users in recording and analyzing live streaming data and video data.\
This module implements the following functions:
- Monitor the data of the live broadcast room.
- Analyze and process live-streaming room data, generate various analysis graphs, and provide suggestions for 
  live-streaming slicing.
- Generate a word cloud image of the video, which can include content as desired.
- Download the video.
- Predict various data for publishing videos. (In development)
- Record the number of users' followers, etc., and generate a change curve to predict changes over a period of time in the future. (In development)
- Send a private message to the guard to collect the address and collect the address information. (requires logging into the Bilibili account)
- ...

> **Warning**\
> This module is only for learning and testing purposes.
> Any consequences caused by unauthorized use of this module are not related to the developer.
> If there is any infringement, please contact the developer to delete the relevant content.

# Using Tutorials
## Module Installation:
### Preparation environment
This module depends on Python, so you need to install Python on your computer first.\
Recommend using Miniconda to manage Python environments.\
[Windows Installation Miniconda Guide](https://blog.csdn.net/weixin_43828245/article/details/124768518) \
[macOS Installation Miniconda Guide](https://blog.csdn.net/tangsiqi130/article/details/130112475)
> Recommended to use version 3.9 and above of Python, and lower versions have not been tested!

### Install module
After installing Miniconda, you can use the following command to install the module:
```shell
pip install bili-uas
```

## Module Usage:
If you want to monitor the data of a live broadcast room, you can execute such commands in the cmd or terminal:
```shell
bili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --mark <YOUR/MARK>
bili-live monitor --live_id <LIVE/ROOM/ID> --forever False
```

If you want to generate a comment cloud map for a certain video, you can execute this command in cmd or terminal:
```shell
bili-config --work_dir <YOUR/PATH/TO/STORE/DATA>
bili-video word_cloud --video_id <VIDEO/ID>
```

If you want to download a certain video, you can execute this command in cmd or terminal:
```shell
bili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --ffmpeg <YOUR/PATH/TO/FFMPEG>
bili-video download --video_id <VIDEO/ID>
```

Login to Bilibili account:
```shell
bili-login --mode 2
```

> **Note**\
> Some functions require logging into a Bilibili account.\
> The login information will be stored locally without any risk of leakage.

For a more detailed command line introduction, please refer to the documentation.

# FAQ
**Q: What to do when encountering a bug.**

F: You can submit an issue on this page. If you do not know how to submit an issue, you can contact me via email or QQ.

**Q: I need a feature that is currently not available.**

F: You can describe your requirements by submitting an issue, email, or QQ, but developers may not have the time to 
write this feature. 
You can also implement it yourself and initiate a Pull request.

**Q: I want to contribute code to this project.**

F: You can fork this project and implement the feature you want to implement, and then initiate a Pull request to main.
Contribution guidelines: [CONTRIBUTING.md](https://github.com/nemo2011/bilibili-api/blob/main/.github/CONTRIBUTING.md)

# Documentation
In preparation...

# Appendix
**Contact developer:** 
- email: jhzg02200059@163.com
- QQ: 3465986375

**Appreciate developer:**\
If you think this module is good, you can give it a star or buy a cup of coffee for the developer:
<img alt="Buy me a coffee" height="300" src="https://github.com/jhzgjhzg/BiliBili-UP-Auxiliary-System/blob/main/design/appreciation.jpg" width="300"/>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jhzgjhzg/BiliBili-UP-Auxiliary-System",
    "name": "bili-uas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "BiliBili,auxiliary,analysis,live,video,word_cloud,monitor",
    "author": "jhzg",
    "author_email": "jhzg02200059@163.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/7a/7ead9e139b435a19034f650af7827a44273ae09165cb51118fa62cdefa72/bili-uas-0.3.4.tar.gz",
    "platform": null,
    "description": "# BiliBili-UP-Auxiliary-System\n\n# Introduction\nAssist Bilibili users in recording and analyzing live streaming data and video data.\\\nThis module implements the following functions:\n- Monitor the data of the live broadcast room.\n- Analyze and process live-streaming room data, generate various analysis graphs, and provide suggestions for \n  live-streaming slicing.\n- Generate a word cloud image of the video, which can include content as desired.\n- Download the video.\n- Predict various data for publishing videos. (In development)\n- Record the number of users' followers, etc., and generate a change curve to predict changes over a period of time in the future. (In development)\n- Send a private message to the guard to collect the address and collect the address information. (requires logging into the Bilibili account)\n- ...\n\n> **Warning**\\\n> This module is only for learning and testing purposes.\n> Any consequences caused by unauthorized use of this module are not related to the developer.\n> If there is any infringement, please contact the developer to delete the relevant content.\n\n# Using Tutorials\n## Module Installation:\n### Preparation environment\nThis module depends on Python, so you need to install Python on your computer first.\\\nRecommend using Miniconda to manage Python environments.\\\n[Windows Installation Miniconda Guide](https://blog.csdn.net/weixin_43828245/article/details/124768518) \\\n[macOS Installation Miniconda Guide](https://blog.csdn.net/tangsiqi130/article/details/130112475)\n> Recommended to use version 3.9 and above of Python, and lower versions have not been tested!\n\n### Install module\nAfter installing Miniconda, you can use the following command to install the module:\n```shell\npip install bili-uas\n```\n\n## Module Usage:\nIf you want to monitor the data of a live broadcast room, you can execute such commands in the cmd or terminal:\n```shell\nbili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --mark <YOUR/MARK>\nbili-live monitor --live_id <LIVE/ROOM/ID> --forever False\n```\n\nIf you want to generate a comment cloud map for a certain video, you can execute this command in cmd or terminal:\n```shell\nbili-config --work_dir <YOUR/PATH/TO/STORE/DATA>\nbili-video word_cloud --video_id <VIDEO/ID>\n```\n\nIf you want to download a certain video, you can execute this command in cmd or terminal:\n```shell\nbili-config --work_dir <YOUR/PATH/TO/STORE/DATA> --ffmpeg <YOUR/PATH/TO/FFMPEG>\nbili-video download --video_id <VIDEO/ID>\n```\n\nLogin to Bilibili account:\n```shell\nbili-login --mode 2\n```\n\n> **Note**\\\n> Some functions require logging into a Bilibili account.\\\n> The login information will be stored locally without any risk of leakage.\n\nFor a more detailed command line introduction, please refer to the documentation.\n\n# FAQ\n**Q: What to do when encountering a bug.**\n\nF: You can submit an issue on this page. If you do not know how to submit an issue, you can contact me via email or QQ.\n\n**Q: I need a feature that is currently not available.**\n\nF: You can describe your requirements by submitting an issue, email, or QQ, but developers may not have the time to \nwrite this feature. \nYou can also implement it yourself and initiate a Pull request.\n\n**Q: I want to contribute code to this project.**\n\nF: You can fork this project and implement the feature you want to implement, and then initiate a Pull request to main.\nContribution guidelines: [CONTRIBUTING.md](https://github.com/nemo2011/bilibili-api/blob/main/.github/CONTRIBUTING.md)\n\n# Documentation\nIn preparation...\n\n# Appendix\n**Contact developer:** \n- email: jhzg02200059@163.com\n- QQ: 3465986375\n\n**Appreciate developer:**\\\nIf you think this module is good, you can give it a star or buy a cup of coffee for the developer\uff1a\n<img alt=\"Buy me a coffee\" height=\"300\" src=\"https://github.com/jhzgjhzg/BiliBili-UP-Auxiliary-System/blob/main/design/appreciation.jpg\" width=\"300\"/>\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Assist up in personal, live, and video data analysis and prediction.",
    "version": "0.3.4",
    "project_urls": {
        "Homepage": "https://github.com/jhzgjhzg/BiliBili-UP-Auxiliary-System"
    },
    "split_keywords": [
        "bilibili",
        "auxiliary",
        "analysis",
        "live",
        "video",
        "word_cloud",
        "monitor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e57a7ead9e139b435a19034f650af7827a44273ae09165cb51118fa62cdefa72",
                "md5": "b0373ba5ae9833224d179f760c90b77a",
                "sha256": "ada5d9caf66b5a260a57b080456fb87b6566bd372dd27eec8226d73b3108b891"
            },
            "downloads": -1,
            "filename": "bili-uas-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b0373ba5ae9833224d179f760c90b77a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 48952,
            "upload_time": "2023-08-31T11:58:38",
            "upload_time_iso_8601": "2023-08-31T11:58:38.329116Z",
            "url": "https://files.pythonhosted.org/packages/e5/7a/7ead9e139b435a19034f650af7827a44273ae09165cb51118fa62cdefa72/bili-uas-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 11:58:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jhzgjhzg",
    "github_project": "BiliBili-UP-Auxiliary-System",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "bili-uas"
}
        
Elapsed time: 0.11022s