Feature Preview (Supporter‐Only) - KevinBytesTheDust/CVAmp GitHub Wiki
Access: Exclusive to :gem: Supporters & Feature Testers
Welcome to the Feature Preview documentation for Crude Viewer Amplifier (CVAmp). Here you’ll find early insights into upcoming functionality. Use this guide to explore, test, and provide feedback on each feature.
1. Logged-In Instances via Tokens
CVAmp uses Twitch and Kick auth tokens to authenticate viewer instances without passwords.
How to Obtain & Use Tokens:
- Open an incognito/private browser window.
- Sign Up or Log In to a new Twitch/Kick account.
- Grab Your Token: Follow the steps at Twitch-DL auth-token tutorial.
- Token Type: For Twitch we needs auth_token. For Kick we need session_token.
- Do Not Logout: Closing the window preserves token validity; logging out invalidates it.
- Save Tokens: Paste each token on its own line in
config/twitch-OR-kick_token_list.txt
.
Usage in CVAmp:
- CVAmp pairs each proxy and token by line: entry N in proxy_list.txt matches line N in twitch_token_list.txt.
- If successfully authenticated, the instance status box will show a blue color
Access: Exclusive to :gem: Supporters & Feature Testers
2. Instance Context Menu
Quick actions available via right-click on an instance box.
Action | Description |
---|---|
Infos | View instance ID, username, login status, follow status, token & proxy, and flags |
Refresh | Reload the instance. |
Restart | Completely restart this instance. |
Kill | Force-close the instance. |
Screenshot | Capture and save the current view to disk, popup will open automatically. |
Follow | Have this instance follow the current Twitch channel immediately. |
Ads-Seen Flag | True if this instance has ever encountered an ad in his lifetime |
Bot-Detect Flag | True if Twitch encountered any errors. This does not necessarily mean something bad. |
Note: Right-click the blue instance box to access these options.
3. Twitch Chat, Auto-Chat & Follow
- Manual Chat:
- Select a username from the dropdown (or pick Random).
- Click into the message box, type your text and press enter to send.
- Auto-Chat:
- Toggle Autochat on.
- Define your interval range (e.g., 10–15 seconds) to randomize delays.
- CVAmp will send messages sequentially from
chat_messages.txt
; once at end, it loops. - Use Send one message to trigger one random selected message from on random selected logged-in user.
- Follow:
- Right-click on any blue instance box.
- Choose Follow to have that instance follow the current channel immediately.
Access: Exclusive to :gem: Supporters & Feature Testers
4. Kick.com Support
CVAmp Feature Previews support Kick.com viewer instances.
Configure high-quality private proxies (e.g. from Webshare.io) in config/proxy_list.txt
to bypass Cloudflare, then select Kick.com as the platform.
Tip: Reliable proxies ensure uninterrupted viewing on Kick.com.
hidden_css.yaml
)
5. Custom Element Hiding (CVAmp can hide page elements to improve performance and declutter your view.
- Open
config/hidden_css.yaml
. - Under each platform key (e.g.,
twitch
,kick
), list CSS selectors to hide. - Save and restart CVAmp—hidden elements will no longer render.
Tip: Use your browser's dev tools to identify and test selectors quickly.
Access: Exclusive to :gem: Supporters & Feature Testers