You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-39Lines changed: 79 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,62 +2,96 @@
2
2
3
3
<divalign="center"><p>Chaturbate-Grabber/CtbCap is a Functional, Reliable, Easy to Use, yet Extremely Lightweight <strong>Recorder</strong>/<strong>Watchbot</strong> for Chaturbate|StripChat.</p></div>
-**Lightweight** - Written by most basic Shell Scripts with full POSIX compatibility. [Pythonless](https://m.media-amazon.com/images/I/71CmeuB3XXL._AC_UF1000,1000_QL80_.jpg), but far superior performance and energy efficiency.
7
+
-**Lightweight** - Written in most basic Shell Scripts to strive POSIX compatibility and energy efficiency.
8
+
> Py is so braindead.
10
9
11
10
-**All platforms available** - All functions are available with just require `curl` & `ffmpeg`.
12
-
13
-
> Considering all the things mentioned and their platform versatility, this pretty much means you can run it on any device with only need internet connection: your phone, refrigerator, slipper, TV remote, [buttplug](https://news.berkeley.edu/wp-content/uploads/2017/10/SaguaroCardon750.jpg), even [your boss's wig](https://m.media-amazon.com/images/I/71+B81wFylL._SX466_.jpg).
11
+
> $0.1 Temu Phone? No problem.
14
12
15
13
-**Multifunction** - Auto Recording; Auto Monitoring; Auto Stopping; Large-Scale Deployment... Just find by yourself.
14
+
> I'm lighter, yet I'm more powerful.
16
15
17
16
<divalign="center"><h2>Usage | Deploy</h2></div>
18
17
19
18
### **Launch with One-Command:**
20
19
21
-
> Yeah, 1 Line, Just Crazy.
20
+
**Open your whatever terminal & drop this:**
22
21
23
-
> **Termux is Supported.**
22
+
```shell
23
+
sh -c "$(curl -sL https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -h
> After its done, run `./ctbcap` to launch CtbCap.
35
+
> [!TIP]
36
+
> **Termux is Supported.**
36
37
37
38
##
38
39
39
40
### **Docker Container (Recommend) :**
40
41
42
+
> [!NOTE]
41
43
> If you're using such platforms that have good support for Docker or similar, I highly recommend to use this method: More serious; High-Availability; Everything runs in containers; Easily configures lot of chatrooms at the same time.
> Option `-u <UID>:<GID>` allows you to specify the user (UID) and group (GID) that the container will run as. For example, `-u 65534:65534` will run the container as the 'nobody'. If you don't specify `-u`, the container will running as `1000:1000`.\
98
-
>`-u $(id -u):$(id -g)` Will use your current UID and GID.
132
+
> [!NOTE]
133
+
> Option `-u <UID>:<GID>` allows you to specify the user (UID) and group (GID) that the container will run as. For example, `-u 0:0` will run the container as root.
134
+
>
135
+
> - If you don't specify `-u`, the container will running as `1000:1000`.
136
+
>
137
+
> - Use `-u $(id -u):$(id -g)` to use your current UID and GID.
99
138
100
-
> For more container arguments, see: [Container Arguments](#container-arguments)
139
+
> [!NOTE]
140
+
> For Container Variables, see: [Container Variables](#container-variables)
0 commit comments