A fully automated omegle chat bot built using Node.js framework. The bot will connect to a random stranger on omegle and then conversation follows using api served from https://api.ai
First, you'll have to create your api.ai agent and obtain a Client Access Token. Register the token as process.env.clientAccessToken. Then proceed as follows:
git clone https://github.com/kishlaya/omegle-bot.gitcd omegle-botnpm installnpm start- Voila!