Skip to content

Commit 530e6e1

Browse files
authored
Create README.md
1 parent 0b562bb commit 530e6e1

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Native-Youtube
2+
3+
---
4+
*Shameless plug*
5+
6+
If you use an iPhone please checkout
7+
# [Rifi](https://aayush9029.github.io/RifiApp/)
8+
9+
---
10+
11+
12+
Installation Requirements:
13+
14+
[HomeBrew](https://brew.sh)
15+
> `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
16+
17+
> [MPV](https://formulae.brew.sh/formula/mpv)
18+
>
19+
> `brew install mpv`
20+
21+
22+
> [youtube-dl](https://formulae.brew.sh/formula/youtube-dl)
23+
>
24+
> `brew install brew install youtube-dl`
25+
26+
27+
28+
29+
30+
Usage:
31+
32+
*Open app, paste your youtube api key*
33+
34+
### How to Get a YouTube API Key
35+
36+
1. Log in to Google Developers Console.
37+
2. Create a new project.
38+
3. On the new project dashboard, click Explore & Enable APIs.
39+
4. In the library, navigate to YouTube Data API v3 under YouTube APIs.
40+
5. Enable the API.
41+
6. Create a credential.
42+
7. A screen will appear with the API key.
43+
44+
45+
46+
Features to add:
47+
48+
- [ ] oauth login, subscription view
49+
- [ ] add more yoututbe like features (upload, edit, account) pages.
50+
- [ ] Package app with mpv and youtube-dl binary
51+
- [ ] New Splash Screen

0 commit comments

Comments
 (0)