IMPORTANT NOTICE: This project is provided 'as is' without any warranty or guarantee of any kind, either expressed or implied. The user assumes all risk associated with the use of this project. The project's contributors shall not be liable for any damages or losses resulting from the use of this project, and it is intended for educational purposes only. This project may include third-party open source software that is subject to its own licenses and disclaimers. By using this project, you agree to abide by the terms of the licenses and disclaimers of any included third-party software. If you have any questions or concerns about this project, please do your own research and seek out experts for advice. Mind that stack exchange and stack overflow have a strict policy against bots. Any abuse may turn into temporary or permanent ban from the website. For further information please read the Terms of use of stack exchange and stack overflow.
Script that opens a login session to stack overflow, simulates user navigation via browser and then logs out.
-
Copy
.env.default
and name it.env
. -
Replace in
.env
the stack exchange or stack overflow credentials -
Set other options in the .env file (options TBD)
-
Run the code
npm install npm run start
or
yarn yarn start
That's it!