Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 675 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 675 Bytes

mitm-omegle

Watch random strangers talk 😂

How does this work?

A chart like such should explain: chart

How do I run this?

First of all, don't forget to change the interests. Go into index.coffee and put in interests that you want your stranger to chat about.

  interests: ['Toronto', 'New York', 'Texas']

After all do:

npm install coffee-script -g
npm install nodemon -g
git clone https://github.com/olegberman/mitm-omegle.git
cd mitm-omegle
npm install
nodemon index.coffee

Enjoy

P.S. I'm not responsible for your actions.