/omegle-tv

Man in the middle attack for Omegle that shows user conversations in Slack.

Primary LanguageJavaScriptMIT LicenseMIT

omegle-tv

Man in the middle attack for Omegle that shows user conversations in Slack. A remote integration token from Slack is required for functionality.

Installation

Clone the repository:

$ git clone git@github.com:rbreslow/omegle-tv.git

Install the required dependencies:

$ npm install

Usage

To start the bot:

$ SLACK_TOKEN=<token> SLACK_CHANNEL=<channel> SLACK_ICON=<icon url for bot> SLACK_ICON_A=<person a icon url> SLACK_ICON_B=<person b icon url> npm start

Commands

!retry searches for a new chat session.

!topic <topics> sets the topics. ex: !topic roleplay tumblr.

!saya <message> says something as Person A to Person B. ex: !saya yo yo yo sup.

!sayb <message> says something as Person B to Person A.