Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Frenzoid/steam-bot-template

Repository files navigation

SteamBot

  • A steam bot, with database connection made with NodeJs.

Configuration.

  • src/config/logins.ts: File to set up your acc's login (name and passowrd), two factor auth is not yet implemented.
  • src/config/dbcon.ts: File to set up your db's username, password, port, host, driver using TypeORM.

How to launch.

  • Via Docker:

    • Docker compose: sudo docker-compose up.
    • Dockerfile:
      • build the image: sudo docker build -t "steambot" .
      • launch the container with said image: sudo docker run --name steambot steambot
  • Via npm:

    • npm run build: ONLY builds the dist folder.
    • npm run prod: Starts production mode, this just launches the app.
    • npm run dev: Starts development mode, this will auto-build the dist folder and launches the app each time it detected a change.
  • Via Node:

    • node ./dist/app.js: Launches the app.

Some demos:

  • alt text
  • alt text
  • alt text

About

A steam bot but it also has a DB connection!.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published