Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get the fake bot working to peek at data exchanges? #8

Open
naymore opened this issue Sep 8, 2016 · 1 comment
Open

How do I get the fake bot working to peek at data exchanges? #8

naymore opened this issue Sep 8, 2016 · 1 comment
Labels

Comments

@naymore
Copy link

naymore commented Sep 8, 2016

// fake bot 
if (process.env.FAKE_BOT_ENABLED == "true") {

Although replaced by if (true) it opens up an empty page...

image

@niicojs
Copy link
Collaborator

niicojs commented Sep 8, 2016

Yes, it was really made for me, so not much documentation :)

To activate it, create a .env file and set FAKE_BOT_ENABLED=true
Then make sure you have nodejs installed and run "npm i && gulp".
Once that' done, "node server.js".

And it should work if you access: http://localhost:8080?websocket=http://localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants