Skip to content

NichuNaizam/ViewBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewBot

A app that allows you to chat as a discord bot

made with node.js and electron.js

Viewbot allows you to be inside a discord bot and chat as the bot you can use it to prank your friends

by NichuNaizam

How to download the app

Download the pre-release from here Click on the win64.zip file and it should start downloading (The app isnt available for the other platforms, if you really want it you can build it your self, i will add other platforms on the actual release)

Now extract the win64.zip using your preferred archive manager now open the extracted folder and run ViewBot.exe file

And congrats you installed ViewBot!

Requirements for running or building from the source

Node.js v17.1.0 (this is the version the app was build on not sure about old versions)

How to run from sources

Download the sources from here and extract it

Now open cmd on that folder and run

npm install

or

yarn install

after all the dependencies have been installed you can run it by running

npm test

or

yarn test

The window should pop up after a few seconds!

How to build

Download the sources from here and extract it

Now open cmd on that folder and run

npm install

or

yarn install

after all the dependencies have been installed you can build it by running

npm build

or

yarn build

A folder should be created with the binaries in it!

Notice

ViewBot is made for educational porpouses, The author wont be responsible for whatever you do with ViewBot

License

MIT