Downloads:
1,471
Downloads of v 2.3.6.20221201:
309
Last Update:
01 Dec 2022
Package Maintainer(s):
Software Author(s):
- Mm2PL
Tags:
chatterino2 twitch chat irc chatterino chatclient dankerino- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Dankerino
- 1
- 2
- 3
2.3.6.20221201 | Updated: 01 Dec 2022
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,471
Downloads of v 2.3.6.20221201:
309
Maintainer(s):
Software Author(s):
- Mm2PL
Dankerino 2.3.6.20221201
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mm2PL. The inclusion of Mm2PL trademark(s), if any, upon this webpage is solely to identify Mm2PL goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Dankerino, run the following command from the command line or from PowerShell:
To upgrade Dankerino, run the following command from the command line or from PowerShell:
To uninstall Dankerino, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download dankerino --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade dankerino -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade dankerino -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dankerino
win_chocolatey:
name: dankerino
version: '2.3.6.20221201'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dankerino' do
action :install
source 'INTERNAL REPO URL'
version '2.3.6.20221201'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dankerino
{
Name = "dankerino"
Version = "2.3.6.20221201"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dankerino':
ensure => '2.3.6.20221201',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 27 Nov 2024.
Dankerino is a fork of Chatterino 2. It aims to be an improved/extended version of the Twitch web chat.
Get-Process chatterino | Foreach-Object { $_.CloseMainWindow() | Out-Null } | stop-process –force
Remove-Item -Path "$env:USERPROFILE\Desktop\Dankerino.lnk" -Force
md5: 38E393A05C1AF54465C0169BC920FCD6 | sha1: 34BE1DD06E25CF4F4D3D9DD181967B402078CC59 | sha256: C637EFFF813E427CC813FE698C9C42AE3FE80E9BFDE56EC1C55DAB98FDF32A29 | sha512: 73B11A3D2ACF2A78D11A06039DDE966EC2C006EC3ECF9CDD19783F2D5319866487DF51227E2BA704283A94E21CDFA270F181DB7B40A921716F2330AF10E02306
MIT License
Copyright (c) 2017
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the creator of Dankerino himself. The binary can be found on Dankerino's GitHub repo: <https://github.com/Mm2PL/dankerino/releases/tag/nightly-build>
Log in or click on link to see number of positives.
- libEGL.dll (32092de077fd) - ## / 72
- libGLESv2.dll (50fad5605b3d) - ## / 72
- Qt5Core.dll (8d2ff4ce9096) - ## / 71
- Qt5Gui.dll (5e7d2d41b8b9) - ## / 72
- Qt5Multimedia.dll (1a59ae2a9ff7) - ## / 72
- Qt5Network.dll (4ef341ae9302) - ## / 72
- Qt5Svg.dll (7348cfc64444) - ## / 71
- Qt5Widgets.dll (3788c669d4b6) - ## / 72
- qgenericbearer.dll (0534cef5f54e) - ## / 72
- qsvgicon.dll (42dde60befcf) - ## / 72
- qgif.dll (36174dd4c5f3) - ## / 73
- qicns.dll (f4a229a082d1) - ## / 71
- qico.dll (1982a635db96) - ## / 72
- qjpeg.dll (fb4e980cb5fa) - ## / 71
- qsvg.dll (b3498f0a10ac) - ## / 71
- qtga.dll (5b641dec81ae) - ## / 73
- qtiff.dll (825174429ced) - ## / 72
- qwbmp.dll (0f05969fb926) - ## / 73
- qwebp.dll (6e37acd0d357) - ## / 72
- qwindows.dll (3333ba244c97) - ## / 72
- qwindowsvistastyle.dll (d9b211829526) - ## / 73
- qtaudio_wasapi.dll (42cb37503b95) - ## / 73
- qtaudio_windows.dll (a46df163ff82) - ## / 73
- dsengine.dll (3539aa922fcc) - ## / 72
- qtmedia_audioengine.dll (1e8dc7e37666) - ## / 72
- wmfengine.dll (7e76a6b05ea7) - ## / 72
- qtmultimedia_m3u.dll (cef01eebd145) - ## / 73
- d3dcompiler_47.dll (7353f25dc5cf) - ## / 74
- dankerino.2.3.6.20221201.nupkg (b7e6c1205f8a) - ## / 65
- dankerino.zip (c637efff813e) - ## / 66
- chatterino.exe (3a089fea5623) - ## / 71
- libcrypto-1_1-x64.dll (b207196dbfe6) - ## / 70
- libssl-1_1-x64.dll (1be762cfd7a0) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Dankerino 2.3.6.20221201 | 309 | Thursday, December 1, 2022 | Approved | |
Dankerino 2.3.6.20221019 | 92 | Wednesday, October 19, 2022 | Approved | |
Dankerino 2.3.6.20220522 | 153 | Sunday, May 22, 2022 | Approved | |
Dankerino 2.3.5.20220417 | 110 | Sunday, April 17, 2022 | Approved | |
Dankerino 2.3.5.20220403 | 95 | Sunday, April 3, 2022 | Approved | |
Dankerino 2.3.4.20220323 | 77 | Wednesday, March 23, 2022 | Approved | |
Dankerino 2.3.4.20220114 | 121 | Thursday, January 13, 2022 | Approved | |
Dankerino 2.3.4.20211201 | 82 | Friday, December 24, 2021 | Approved | |
Dankerino 2.3.4.20211009 | 129 | Saturday, October 9, 2021 | Approved | |
Dankerino 2.3.4.20210922 | 90 | Wednesday, September 22, 2021 | Approved | |
Dankerino 2.3.4.20210908 | 81 | Wednesday, September 8, 2021 | Approved | |
Dankerino 2.3.4.20210809 | 132 | Thursday, August 26, 2021 | Approved |
-
- vcredist140 (≥ 14.20)
Ground Rules:
- This discussion is only about Dankerino and the Dankerino package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Dankerino, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.