BladeHiker / Walnut

旨在提供精简、稳定的直播助手工具

Home Page:http://walnutdocs.shiluo.design/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Walnut

An awesome、efficient and concise app for your live broadcast!
探索文档 »

观看演示 · 报告问题 · 寻求特性

目录

关于项目

Product Name Screen Shot

Bilibili 现在推出了官方的直播助手工具,但是性能堪忧,使用的人也是寥寥无几。民间也有不少 Bilibili 直播助手工具,但是大部分都是设置繁琐,界面复杂,对新手极不友好。所以我们开发了这个项目,提供精简,高效的直播助手服务。

为什么要使用此工具:

  • 任何人第一次使用这个工具不需要任何繁琐的界面设置,开箱即用
  • 界面友好,功能精简,小巧,适用于绝大多数用户的直播需求。
  • 性能优越,占用极少数的电脑性能,不影响你的直播体验。 😃

当然了,因为每个人需求不一致,没有任何一个项目能够满足所有人的需求,因此我们会逐步添加更多的功能、特性到这个项目中来。如果你有任何方面的改进,都可以 fork 这个项目,修改并提交 PR。或者添加我们的联系方式,把你的想法告诉我们,非常欢迎 :)

一些常被使用到的资源会列在”致谢“一栏。

构建时依赖

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

起步

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
git clone https://github.com/your_username_/Project-Name.git
  1. Install NPM packages
npm install
  1. Enter your API in config.js
const API_KEY = 'ENTER YOUR API';

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @your_twitter - email@example.com

Project Link: https://github.com/your_username/repo_name

Acknowledgements

About

旨在提供精简、稳定的直播助手工具

http://walnutdocs.shiluo.design/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:QML 79.3%Language:Go 20.7%