Ponny035, updated 🕥 2022-06-23 20:55:38

SniffsLiveTwitchBot

This is sniffs twitch bot made only for Sniffslive Channel

Twitchbot

To run create .env file at root directory and contains these variables: ```

global environment

env={dev|prod} msg={msgon|msgoff}

environment for bot

IRC_TOKEN= API_TOKEN= BOTNICK= CHANNELS=

environment for db

DB_HOST= DB_USER= DB_PASS= DB_NAME=

```

docker-compose.yml should have every require parameter to run bot

To start Sniffsbot system use this command docker-compose up

Webfeed

Killfeed Server is bind on http://{domain|localhost}:{port|default:8000}/webfeed.html Songfeed Server is bind on http://{domain|localhost}:{port|default:8000}/songfeed.html Songlist Dashboard Server is bind on http://{domain|localhost}:{port|default:8000}/songlist.html

Issues

Updated to v2.1

opened on 2022-05-08 12:22:31 by bossoq None

Releases

sniffsbot version 2.0 2021-10-21 19:14:59

this version is base on twitchio v2.0

What's Changed

  • [Add] payday, coin COMMAND and client_API by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/1
  • [Add] payday, coin COMMAND and client_API by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/2
  • Lotto by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/4
  • [Update] lower coin payout rate // increase coin payout for submonth by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/5
  • [Add] submonth catch event on every message to update db by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/6
  • [Fix] bit message not send to channel // forget to add await by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/7
  • [Add] Songfeed system by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/8
  • [Fix] bug typo in js function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/9
  • [Fix] bug typo in js function again by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/10
  • [Update] songfeed color by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/11
  • [Add] Songfeed to bot function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/12
  • [Update] Change lotto to 4 digits by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/13
  • [Add] function to turn on/off songfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/14
  • [Refactor] Refactor python code by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/15
  • [Add] Ability to request song using song-id and add dodge rate by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/16
  • [Fix] bug db sometime disconnect // restricted link to request song /… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/17
  • [Add] redeem 1000 channel points for 1 coin by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/18
  • [Update] Change lotto to 3 digits by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/19
  • [Fix] DB reference bug by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/20
  • [Add] Multiple Feature by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/21
  • [Fix] Song Dashboard cannot select song with quote by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/22
  • [Update] Change lotto to 2 digits with guarantee winner by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/23
  • [Fix] Loop bug // Add Lotto Notification // Remove Lotto cooldown by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/24
  • [Add] Channel Emoji to Message by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/25
  • [Add] Add Channel Point redemption for 5k and 10k points by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/26
  • [Add] Raffle functionality to main BOT by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/27
  • [Style] Add list command again with short description by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/28
  • [Add] Add raffle to main bot function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/29
  • [Fix] Raffle bug not deduct coin// random over list length by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/30
  • [Fix] Lotto ZeroDivisionError Exception by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/31
  • [Update] code base by @Phon-student in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/32
  • [Update] change song feed fonts by @Phon-student in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/33
  • [Fix] Commands function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/34
  • [Add] Automod delete twitch link by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/36
  • [Refactor] Refactoring OAK API Server to prepare for Webfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/37
  • [Add] Webfeed functionality by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/38
  • [Fix] Remove coin add function from sub mystery gift cause it will ca… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/39
  • [Fix] Backward comapitable with old URL for songfeed + add ability to… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/40
  • [Fix] Timeout for webfeed to 10s for normal and 30s for info by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/41
  • [Fix] Bug in css webfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/42
  • Add Raffle Function to main bot by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/43
  • [Add] Ability to turnoff coinflip function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/44
  • Fix Webfeed Bug by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/45
  • [Fix] Add CSS to Fix font size too small by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/46
  • Add subtier to calculate coin by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/47
  • [Fix] reduce sub to coin to reflect new sub price by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/48

New Contributors

  • @Phon-student made their first contribution in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/32

Full Changelog: https://github.com/Ponny035/SniffsLiveTwitchBot/commits/v2.0

sniffsbot version 1.0 2021-08-27 08:38:47

this version is base on twitchio v1.2.3

What's Changed

  • [Add] payday, coin COMMAND and client_API by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/1
  • [Add] payday, coin COMMAND and client_API by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/2
  • Lotto by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/4
  • [Update] lower coin payout rate // increase coin payout for submonth by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/5
  • [Add] submonth catch event on every message to update db by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/6
  • [Fix] bit message not send to channel // forget to add await by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/7
  • [Add] Songfeed system by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/8
  • [Fix] bug typo in js function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/9
  • [Fix] bug typo in js function again by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/10
  • [Update] songfeed color by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/11
  • [Add] Songfeed to bot function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/12
  • [Update] Change lotto to 4 digits by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/13
  • [Add] function to turn on/off songfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/14
  • [Refactor] Refactor python code by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/15
  • [Add] Ability to request song using song-id and add dodge rate by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/16
  • [Fix] bug db sometime disconnect // restricted link to request song /… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/17
  • [Add] redeem 1000 channel points for 1 coin by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/18
  • [Update] Change lotto to 3 digits by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/19
  • [Fix] DB reference bug by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/20
  • [Add] Multiple Feature by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/21
  • [Fix] Song Dashboard cannot select song with quote by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/22
  • [Update] Change lotto to 2 digits with guarantee winner by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/23
  • [Fix] Loop bug // Add Lotto Notification // Remove Lotto cooldown by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/24
  • [Add] Channel Emoji to Message by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/25
  • [Add] Add Channel Point redemption for 5k and 10k points by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/26
  • [Add] Raffle functionality to main BOT by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/27
  • [Style] Add list command again with short description by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/28
  • [Add] Add raffle to main bot function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/29
  • [Fix] Raffle bug not deduct coin// random over list length by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/30
  • [Fix] Lotto ZeroDivisionError Exception by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/31
  • [Update] code base by @Phon-student in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/32
  • [Update] change song feed fonts by @Phon-student in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/33
  • [Fix] Commands function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/34
  • [Add] Automod delete twitch link by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/36
  • [Refactor] Refactoring OAK API Server to prepare for Webfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/37
  • [Add] Webfeed functionality by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/38
  • [Fix] Remove coin add function from sub mystery gift cause it will ca… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/39
  • [Fix] Backward comapitable with old URL for songfeed + add ability to… by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/40
  • [Fix] Timeout for webfeed to 10s for normal and 30s for info by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/41
  • [Fix] Bug in css webfeed by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/42
  • Add Raffle Function to main bot by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/43
  • [Add] Ability to turnoff coinflip function by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/44
  • Fix Webfeed Bug by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/45
  • [Fix] Add CSS to Fix font size too small by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/46
  • Add subtier to calculate coin by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/47
  • [Fix] reduce sub to coin to reflect new sub price by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/48
  • Merge DEV to Master branch as V1 by @bossoq in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/50

New Contributors

  • @bossoq made their first contribution in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/1
  • @Phon-student made their first contribution in https://github.com/Ponny035/SniffsLiveTwitchBot/pull/32

Full Changelog: https://github.com/Ponny035/SniffsLiveTwitchBot/commits/v1.0

Patipol Saechan
GitHub Repository