All Projects → Dawnnnnnn → Bilibili Tools

Dawnnnnnn / Bilibili Tools

python实现的bilibili主站助手

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bilibili Tools

Bitcoin tools
Python Bitcoin tools
Stars: ✭ 175 (-10.26%)
Mutual labels:  tools
Bilibili User
🍥 Bilibili 用户爬虫
Stars: ✭ 2,377 (+1118.97%)
Mutual labels:  bilibili
Pumkinsavatartools
A toolbox for easily setting up VRChat avatars in Unity. Adds functionality to the editor and automates some of the tedious tasks.
Stars: ✭ 192 (-1.54%)
Mutual labels:  tools
Trackman
Execute commands as a workflow.
Stars: ✭ 178 (-8.72%)
Mutual labels:  tools
Bili
A tool to download barrage/video from bilibili/acfun. Support English, Japanese and Chinese(China).一个Python编写的从Bilibili/Acfun下载弹幕/视频的工具。支持英语、日语和中文(中国)。(WEBGUI正在路上)
Stars: ✭ 179 (-8.21%)
Mutual labels:  bilibili
Powerlevel9k
Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
Stars: ✭ 13,268 (+6704.1%)
Mutual labels:  tools
Deep Learning For Image Processing
deep learning for image processing including classification and object-detection etc.
Stars: ✭ 5,808 (+2878.46%)
Mutual labels:  bilibili
Androidresizer
Java Desktop app to resize XXXHDPI (or lower) images and sort them into folders automatically.
Stars: ✭ 194 (-0.51%)
Mutual labels:  tools
Awesome Devtools
🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
Stars: ✭ 184 (-5.64%)
Mutual labels:  tools
Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (-3.59%)
Mutual labels:  tools
Ijkplayer
在ijkplayer编译的bilibili开源编译版本上,去掉失败的依赖,增加对https支持
Stars: ✭ 178 (-8.72%)
Mutual labels:  bilibili
Git Bigstore
Bigstore is a Git extension that helps you track big files in your repositories.
Stars: ✭ 180 (-7.69%)
Mutual labels:  tools
Android Studio Plugins
This is a list of all awesome and useful android studio plugins.
Stars: ✭ 2,186 (+1021.03%)
Mutual labels:  tools
Flutter mybilibili
bilibili in flutter
Stars: ✭ 176 (-9.74%)
Mutual labels:  bilibili
Scrna Tools
Table of software for the analysis of single-cell RNA-seq data.
Stars: ✭ 193 (-1.03%)
Mutual labels:  tools
Xcodeplugintool
🎧a easy way use plugins after Xcode upgraded
Stars: ✭ 174 (-10.77%)
Mutual labels:  tools
Videospider
抓取豆瓣,bilibili等中的电视剧、电影、动漫演员等信息
Stars: ✭ 186 (-4.62%)
Mutual labels:  bilibili
Webvideo Downloader
Website video downloader, supports the videos on Bilibili, iQIYI, Tencent Video, MGTV and WeTV. 网站视频下载器,主要支持Bilibili、爱奇艺、腾讯视频、芒果TV、WeTV、愛奇藝台灣站。
Stars: ✭ 194 (-0.51%)
Mutual labels:  bilibili
Kubernetes Icons
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
Stars: ✭ 194 (-0.51%)
Mutual labels:  tools
Presentation
No need to switch to Power Point anymore.
Stars: ✭ 189 (-3.08%)
Mutual labels:  tools

bilibili-tools

挖坑开始

此项目为 bilibili 主站各项功能实现

另一已完成项目为 bilibili 直播站各功能实现 https://github.com/Dawnnnnnn/bilibili-live-tools

目前已实现:

<!-- 风纪委员投票 -->
每日投币
每日登录
每日分享
每日观看

Q:观看,分享,投币的视频如何选取?

A:拉取关注列表,并在关注列表里 up 主投稿中随机选几个视频

Q:如何关闭自己不想要的功能?

A:

tasks2 = [
    # judge().coin_run(),   # 投币任务
    judge().share_run(),  # 分享任务
    judge().watch_run(),  # 观看任务
    judge().judge_run()   # 仲裁案件]

将你不想开启的功能删掉或者注释掉即可

默认不打开投币功能,如想快速提高主站等级,把那一行注释去掉就可以了

挖坑结束,后期完善一下 issue 里提到的案件仲裁问题就没事了。

懒的加那个投票阙值了。。。。案件仲裁直接删了....还想用的话就用上一个版本。。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].