Tip Angel Break Angel 2-in-1
Author: archangelsm
Description Launch Bot Current Users

Short Description:

Tip tracker, BRB notifier, no tip notifier, and secret messenger.

Full Description

Combination of Tip Angel, Break Angel, No Tip Notifier, and Secret Messenger.

Type /help to display commands at any time.

/**
* Name: Tip Angel
* Author: archangelsm
* Creation Date: 20.06.14
* Date Last Edited: 20.08.31
* Version: 1.6
*
* This is a private bot–viewable by the broadcaster only–that tracks the
* number of tips, tip totals, viewership, and elapsed time over a session. The
* bot will post an update at set times defined by broadcaster (5min, 10min,
* 20min, etc) as well as the current total for the session. Tips can be
* converted to dollar amounts.
*
* Several reports can be printed at any time:
* 1) a session report that shows tips and totals by user class, viewers/hour, * tips/hour, and tips/viewer over the whole session;
* 2) a tip list that lists tipping users with their tip
* counts, tip totals, and highest tips;
* 3) a viewers summary that shows how many of each class of viewer has entered * the room;
* 4) a viewers times log that displays visit count and elapsed time in room (over 5 min);
* 5) a viewer detail time log displaying when user is in and out of room;
* 6) a media report that displays media sales that session.
*
*
* NOTE: All information is shown to the broadcaster only!
*
* COMMANDS
* /sr - display current SESSION REPORT
* /tl - display TIP LIST
* /vs - display VIEWERS SUMMARY
* /vt - display VIEWERS TIMES LOG
* /vd <username> - display VIEWER DETAIL TIMES
* /mr - display MEDIA REPORT
*
* * Special thanks goes to: tealchromatic
*
* TO DO: (search devadd)
* - change date format/auto-detect local time (function)
* - inspiration messages
*
* Change log
* 1.6 - 20.08.31 - Viewer detail time log.
* 1.5 - 20.08.17 - Media tracking, media report.
* 1.4 - 20.08.16 - Merged data arrays and classes into one.
* 1.3 - 20.08.13 - Simplified commands. fetchHoursElapsed().
* 1.2 - 20.07.30 - Added tip list functionality.
* 1.1 - 20.07.26 - Reconfigured time keeping and clock function
* (self-adjusting). writeTipBreakdownString() added. Changed
* how reports are printed to screen.
* 1.0 - 20.06.22 - First version.
* 0.7 - Added option for tip conversion to dollars.
* 0.6 - viewers/hr tips/hr tips/viewer added to report. session
* timer.
* 0.5 - /report and database
* 0.4 - Tip counters and breakdowns. Settings to display.
* 0.3 - Timestamp.
* 0.2 - Auto-detect broadcaster.
* 0.1 - 20.06.14 - First development version.
*
**/

/**
* Name: Break Angel
* Author: archangelsm
* Creation Date: 20.07.27
* Date Last Edited: 20.08.05
* Version: 0.2
*
* DESCRIPTION - Simple BRB/AFK bot that will announce when broadcaster is
* going or returning from BRB. Also will send AFK notice to the room.
* Can change AFK message at any time.
*
* COMMANDS
* /brb - start "be right back" mode (display afk every minute)
* /back - end "be right back" mode
* /msg <message> - set new "away from keyboard" message. Ex: /msg Back in a
* few, cutie!
*
* TO DO: (search devadd)
*
* Change log
* 0.2 - 20.08.05 - AFK alert to user on entering room.
* 0.1 - 20.07.27 - First development version.
*
**/

/**
* Name: No Tip Notifier
* Author: archangelsm
* Creation Date: 20.09.13
* Date Last Edited: 20.09.13
* Version: 0.1
*
* DESCRIPTION - Bot that will notify broadcaster of users in room who have
* tokens, but have not tipped in a set amount of time. Then the broadcaster can
* boot the freeloaders if they so choose.
*
* COMMANDS
* TBD
*
* TO DO: (search devadd)
* - add custom settings
*
* Change log
* 0.1 - 20.09.13 - First development version.
*
**/

/**
* Name: Secret Messenger
* Author: archangelsm
* Creation Date: 20.09.14
* Date Last Edited: 20.09.14
* Version: 1.0
*
* DESCRIPTION - Simple messenger to send hidden messages in chat between
* broadcaster and select users. Will repeat message in chat for set amount
* of minutes until cleared.
*
* COMMANDS
* /secret <message> - send hidden message
* /secret - clear hidden message
*
* TO DO: (search devadd)
* - create editable array for receivers
* - streamline sending messages with receiver array
*
* Change log
* 1.0 - 20.09.14 - First development version.
*
**/

© Copyright Chaturbate 2011- 2026. All Rights Reserved.