Open hkunz opened 3 months ago
Thanks, can you add this into a .md file and put it into a /docs folder? We can merge it in.
Actually, hold on. Some of those changes probably should be made to the base code itself. I'll see if I get some time sometime later this week and work on this. Thanks once again.
I put up some documentation for myself since there was not much I could follow on a step by step basis in the README.md. Perhaps we can add this documentation in there for others to easily follow.
Repository: https://github.com/SOBotics/UserStalker git clone https://github.com/SOBotics/UserStalker.git
Prerequisites
Install Java:
Export Java to Path:
Install Maven:
Install web socket (wscat):
Configuration
Add
repositories
node into root ofpom.xml
:Add
dependency
child node intodependencies
node ofpom.xml
:Remove
dependency
child node (this one is replaced bycom.github.SOBotics
Create a sock puppet account
@@UserID
Update credentials of user stalker bot UserID in
properties/login.properties
:Update
properties/sites.properties
(exampleblender
and/or comma separate other SE sites):Update
properties/rooms.properties
:se=<RoomID>
Execution
Compile
.jar
file using maven:Move generated .jar file from
target/
into repository rootmv target/UserStalker*.jar .
Launch UserStalker:
./LaunchUserStalker.sh
Optionally track the UserStalker.log file:
tail -n 100 -f UserStalker.log