Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Twitch Points Miner and edited readme. #68

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Images/twitchpointsminer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ All templates are already configured to bind mount to various places on your dri
- Transmission
- Transmission-openvpn
- Tvheadend
- Twitch Points Miner
- Ubooquity
- Unifi-controller
- Uptime Kuma
Expand Down
33 changes: 33 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3382,6 +3382,39 @@
}
]
},
{
"categories": ["Tools", "Other"],
"description": "A simple script that will watch a stream for you and earn the channel points.",
"image": "rdavidoff/twitch-channel-points-miner-v2:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/twitchpointsminer.png",
"name": "twitch-points-miner",
"note": "Requires run.py, this is your starter script with your configuration. Please copy and modify accordingly <a href='https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2/tree/master?tab=readme-ov-file#how-to-use'/>Here</a>",
"platform": "linux",
"ports": [
"5000:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Twitch Points Miner",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/TwitchPointsMiner/run.py",
"container": "/usr/src/app/run.py"
},
{
"bind": "/portainer/Files/AppData/TwitchPointsMiner/cookies",
"container": "/usr/src/app/cookies"
},
{
"bind": "/portainer/Files/AppData/TwitchPointsMiner/logs",
"container": "/usr/src/app/logs"
},
{
"bind": "/portainer/Files/AppData/TwitchPointsMiner/analytics",
"container": "/usr/src/app/analytics"
}
]
},
{
"categories": ["Cloud", "Books"],
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
Expand Down
Loading