KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
scum-bot
★ 12
Open GitHub ↗
A simply Scum portal bot manager
Download README (.md)
Explore Similar Repositories
Townscaper-CustomBirds
:
Townscaper mod for customizing the texture of the birds, the amount of birds and play with them
ABAW3_MultiEmotionNet
:
No description available.
zHunter
:
A Python-based visualization tool for finding redshifts and manipulating astronomical spectra.
FixIFix
:
The missing tool for InjectFix.
RDL-Rationales-centric-Double-robustness-Learning
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
scum-bot
?
Download (.md)
# scum-bot A simply Scum portal bot manager. Check out our discord channel at [discord.com](https://discord.com/invite/ky3FkfbzSr) ## Bot usage use the installer (.exe) from the releases page. This will install the bot on your pc. This will also install new updates auto. > Make sure you have the latest Microsoft Visual C++ Redistributable installed ## Development installation Pull the project from the remote. run the following: ```console npm install ``` > You need a server to run the program. Add yours add [simply-scum.com](https://simply-scum.com) ## Start the program Two scripts needs to be running before you can start the program. Start the webpack by running: ```console npm run dev ``` And start the program with: ```console npm start ``` ## Packages used The program runs in `node js` and electron as framework. The robot that makes the clicks, types the text etc. is `@nut-tree/nut-js`