From d6e895a7fbea9a7155215f8763de83c969b34766 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 30 Aug 2020 12:43:17 +0200 Subject: [PATCH 1/3] Add banner --- README.md | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 6c4f139..42c5ade 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ -

-

Youtube and Twitter with privacy

+


### In this new version, Yotter no longer depends on Invidious. [Click on this link](https://github.com/pluja/Yotter/tree/master) if you want to go to the old version using Invidious (not updated anymore). @@ -25,27 +24,17 @@ Yotter is possible thanks to several open-source projects that are listed on the * [Donate](#-donate) ## Features: -✅ No Ads. - -✅ No JavaScript. - -✅ Minimalist. - -✅ Search on Twitter and Youtube. - -✅ Zero connections to Google/Twitter on the client. - -✅ Follow Twitter accounts. - -✅ Follow Youtube accounts. - -✅ Save your favourite Tweets. - -✅ Tor-friendly. - -✅ Terminal-browser friendly. - -✅ Easy 2 minute self-hosting deploy. +- [x] No Ads. +- [x] No JavaScript. +- [x] Minimalist. +- [x] Search on Twitter and Youtube. +- [x] Zero connections to Google/Twitter on the client. +- [x] Follow Twitter accounts. +- [x] Follow Youtube accounts. +- [x] Save your favourite Tweets. +- [x] Tor-friendly. +- [x] Terminal-browser friendly. +- [x] Easy 2 minute self-hosting deploy. > And many more to come! From df34da2d6c5a1d8dfef19578184e9cc7419ae48e Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 31 Aug 2020 09:27:06 +0200 Subject: [PATCH 2/3] Create README.md --- misc/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 misc/README.md diff --git a/misc/README.md b/misc/README.md new file mode 100644 index 0000000..50756af --- /dev/null +++ b/misc/README.md @@ -0,0 +1 @@ +This is a miscellaneous folder for Github and Yotter image. From eb385cf167a59253e5f384ad27bde7859df7c288 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 31 Aug 2020 09:27:42 +0200 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e7756f5..e42eb6e 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,6 @@ dmypy.json # Added data_export.json +/misc +misc/* +/misc/*