AYT04 / RustyTube

My YouTube Front End for Low End Devices.

Home Page:https://ayt04.github.io/RustyTube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[![Donations Received][liberapay-donations-received-url]][liberapay-link] [![Contributors][contributors-shield]][contributors-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![Forks][forks-shield]][forks-url] [![AGPL-3.0 License][license-shield]][license-url]

AYTClips Manager

Someday I plan on coming back to this and making this a light and fast front end for YouTube.


Building RustyTube

Install Rust and Tauri. Go to the Tauri prequisites page.

After installing Rust and Tauri, execute the following script in the base of your RustyTube directory:

rustup update nightly-unknown-linux-gnu;
rustup component add rust-src --toolchain nightly-unknown-linux-gnu;
rustup target add wasm32-unknown-unknown;
cargo install trunk;
cargo install tauri-cli;
cd frontend;
npm install;

Donations

RustyTube is a free and open-source project with well over 500 hours in development and testing time.

Support the project and its further development via donations.

Liberapay:

[![Donate via Liberapay][liberapay-donate-button-url]][liberapay-link]

Monero (XMR):

42bhoxB2DT125WAxLHHZAm2jUpEWUJBe1HAKtmiZsjW6X2r3z8FBqQFEhZdkywuQrrKfnehhhaJexQjVKpahBooq3zYKNjf

Bitcoin (BTC):

bc1q8r90zc8j8a2rvkq4ds8374pxh3rpccxgnjx5x2

About

My YouTube Front End for Low End Devices.

https://ayt04.github.io/RustyTube/

License:GNU Affero General Public License v3.0


Languages

Language:Rust 98.1%Language:JavaScript 0.7%Language:CSS 0.7%Language:Shell 0.4%Language:HTML 0.1%