From 709aa110c42829ee38b06d218a243a66535cdfd5 Mon Sep 17 00:00:00 2001 From: Ryu1845 <77058942+Ryu1845@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:23:11 +0200 Subject: [PATCH 1/2] Add screenshots to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 745d179..ecdce7b 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,15 @@ Using a cookie can help solve some problem with the twitter api. However, using 2. Edit `.env` and fill in the Twitter username you want to monitor. 3. \[Optional] If you want to used a cookies file, put it into the folder and named it `cookies.txt`. 4. `docker-compose up -d` + +## Screenshots +Perhaps these should be near the top but they take quite a bit of space so I'd rather link it and put them here. +### GUI +![general tab](https://user-images.githubusercontent.com/77058942/172580094-3663f86d-3ee2-48d0-9313-f4ed71f048aa.png) +![input tab](https://user-images.githubusercontent.com/77058942/172580476-bb34dce0-08b0-41f6-852b-b68d32532add.png) +![running tab](https://user-images.githubusercontent.com/77058942/172580589-fd6b05bd-f081-4c7a-ab05-0640abda00ce.png) +![success pop up](https://user-images.githubusercontent.com/77058942/172580861-18b3ac9f-88d2-44cf-8b5d-135990a78f77.png) +### CLI +![help](https://user-images.githubusercontent.com/77058942/172581224-9b465f78-4894-456f-9b85-5b76ee9bbfca.png) +![running](https://user-images.githubusercontent.com/77058942/172581500-174834c5-6883-44f9-a0a7-610dbb2103e5.png) + From a178f7e44f1cb086cd5004d1a06270b9aa27f6b4 Mon Sep 17 00:00:00 2001 From: Ryu1845 <77058942+Ryu1845@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:29:08 +0200 Subject: [PATCH 2/2] Move screenshots at the top --- README.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ecdce7b..bd8f713 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,27 @@

A python module to download twitter spaces.

+## Screensots + +
+GUI + +![general tab](https://user-images.githubusercontent.com/77058942/172580094-3663f86d-3ee2-48d0-9313-f4ed71f048aa.png) +![input tab](https://user-images.githubusercontent.com/77058942/172580476-bb34dce0-08b0-41f6-852b-b68d32532add.png) +![running tab](https://user-images.githubusercontent.com/77058942/172580589-fd6b05bd-f081-4c7a-ab05-0640abda00ce.png) +![success pop up](https://user-images.githubusercontent.com/77058942/172580861-18b3ac9f-88d2-44cf-8b5d-135990a78f77.png) + +
+ +
+CLI + +![help](https://user-images.githubusercontent.com/77058942/172581224-9b465f78-4894-456f-9b85-5b76ee9bbfca.png) +![running](https://user-images.githubusercontent.com/77058942/172581500-174834c5-6883-44f9-a0a7-610dbb2103e5.png) + +
+ + ## Requirements ffmpeg if not using portable binaries @@ -176,15 +197,3 @@ Using a cookie can help solve some problem with the twitter api. However, using 2. Edit `.env` and fill in the Twitter username you want to monitor. 3. \[Optional] If you want to used a cookies file, put it into the folder and named it `cookies.txt`. 4. `docker-compose up -d` - -## Screenshots -Perhaps these should be near the top but they take quite a bit of space so I'd rather link it and put them here. -### GUI -![general tab](https://user-images.githubusercontent.com/77058942/172580094-3663f86d-3ee2-48d0-9313-f4ed71f048aa.png) -![input tab](https://user-images.githubusercontent.com/77058942/172580476-bb34dce0-08b0-41f6-852b-b68d32532add.png) -![running tab](https://user-images.githubusercontent.com/77058942/172580589-fd6b05bd-f081-4c7a-ab05-0640abda00ce.png) -![success pop up](https://user-images.githubusercontent.com/77058942/172580861-18b3ac9f-88d2-44cf-8b5d-135990a78f77.png) -### CLI -![help](https://user-images.githubusercontent.com/77058942/172581224-9b465f78-4894-456f-9b85-5b76ee9bbfca.png) -![running](https://user-images.githubusercontent.com/77058942/172581500-174834c5-6883-44f9-a0a7-610dbb2103e5.png) -