All Projects → twisterghost → jankbot

twisterghost / jankbot

Licence: other
A Steam bot for gaming communities, originally built for Dota 2

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jankbot

Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+27665.38%)
Mutual labels:  steambot, steam-account
steam-ts
Steam integration for TeamSpeak 3
Stars: ✭ 56 (+115.38%)
Mutual labels:  steambot, steam-account
SteamTradeOffersBot
SteamBot fork that provides an easy-to-use Trade Offer library and a true generic inventory interface.
Stars: ✭ 45 (+73.08%)
Mutual labels:  steambot
node-steam-chat-bot
[Inactive] Simplified interface for a steam chat bot
Stars: ✭ 28 (+7.69%)
Mutual labels:  steambot
idle master extended
🃏 Get your Steam Trading Cards the Fast Way (Fast Mode Extension 🚀)
Stars: ✭ 1,771 (+6711.54%)
Mutual labels:  steambot
SteamTradeBot
Open source steam trading bot. Accepting or declining trades based on the automatic value calculation.
Stars: ✭ 65 (+150%)
Mutual labels:  steambot
steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (-7.69%)
Mutual labels:  steambot
Steam-Auto-Friend
❤️ Node.js based script for steam to accept all incoming friend requests on steam sending one custom welcome message, adding user to selected group and displaying custom playing game status message. Built by @Refloow
Stars: ✭ 23 (-11.54%)
Mutual labels:  steambot
steam-mass-comment-bot
💬 Comment with a few clicks under a ton of steam profiles & groups!
Stars: ✭ 16 (-38.46%)
Mutual labels:  steambot
steam-hour-boost
🔧 Script for idling, boosting playtime in hours, for chosen game without using computer resources. CSGO test successfully.
Stars: ✭ 21 (-19.23%)
Mutual labels:  steam-account
ChatLogger
ChatLogger is a Steam Tool based on the SteamKit2 library, designed to save your and friends messages! [Metro Theme]
Stars: ✭ 39 (+50%)
Mutual labels:  steambot
CSGOWinBig-SteamBot
Steam Bot for deposits and payouts for CSGO Win Big.
Stars: ✭ 24 (-7.69%)
Mutual labels:  steambot
Steam-Games-Idle
❤️ Node.js based script for steam game idling / hour boosting for chosen game without using computer resources. Built by @Refloow
Stars: ✭ 46 (+76.92%)
Mutual labels:  steambot
steam-auth
A simple PHP Steam login and User Detail package
Stars: ✭ 16 (-38.46%)
Mutual labels:  steambot
saliengame-bot
Steam Saliens Game 2018 - Auto-play / Auto-Click Bot
Stars: ✭ 12 (-53.85%)
Mutual labels:  steambot

Jankbot

A Steam chat bot, built for Dota 2, made for everyone!

Current version: 4.0.0

Maintained by @twisterghost

Build Status

Table of Contents

  1. Introduction
  2. Installation
  3. Running Jankbot
  4. Adding Modules
  5. Administrating Your Jankbot
  6. FAQ
  7. For Developers
  8. Module API

Introduction

Jankbot is an open source Steam bot designed to help organize player communities.

The system was devleoped with scale in mind so that any size group can make use of it. Jankbot was originally designed to support Dota 2 communities, but build so that anyone can make use of it.

Installation

Jankbot is natively able to run on Windows, Linux and OSX.

For a point by point walkthrough of the installation process, see the in-depth installation instructions

Installation TL;DR

Please be sure you understand what you're doing if you use this summary!

  1. Install NodeJS 8 LTS
  2. Make a steam account with at least one purchase on it
  3. Download Jankbot's latest release
  4. Unzip it to a folder
  5. Open that folder in a terminal
  6. Run npm install --production
  7. Run npm run config and follow the prompt

Running Jankbot

Once you have installed and configured Jankbot with a valid Steam account, you can run Jankbot with the command:

npm start

Jankbot should attempt to log in, and once connected, will begin accepting friend requests. Add him as you would another user and he will add you back.

Adding Modules

Jankbot is designed to use custom modules to extend his abilities.

Jankbot modules can be installed via npm, the node package manager. npm is installed along with node.

Published Jankbot modules should use the naming scheme jankbot-MODULENAME, so you can search npm's registry for Jankbot modules to install.

JankDota Jankbot Modules

We have a collection of modules you can add immediately at the Jankbot Modules Repository on GitHub.

Administrating Your Jankbot

See Administrating Your Jankbot in the Jankbot Wiki.

FAQ

I'm getting errors when Jankbot attempts to log in, why?

Be sure you have disabled Steam Guard on the account you want to use Jankbot with. Steam Guard is the two-factor authentication system that helps to prevent unauthorized logins, but Jankbot is not able to handle this, because it requires you to enter a code sent to your email address.

Why won't Jankbot accept friend requests?

You need to be sure that the account Jankbot is using has full permissions. You must make at least 1 transaction on the account to make use of friends lists.

How do I add Jankbot modules?

Starting with Jankbot v2.1.0, you can add modules to Jankbot using npm. NPM is a database of Node.js packages. Included among them are Jankbot modules. Jankbot modules are prefixed with jankbot-, so you can search npm for Jankbot modules and run npm install jankbot-some-module to install the module.

For older versions of Jankbot, simply download the module and place the folder inside of Jankbot's bot_modules/ directory. Jankbot will auto-discover modules on startup.

How do I keep Jankbot running after I close the terminal?

You may want to look into pm2. It is a handy program manager that will keep it running in the background.

How do I update Jankbot?

Updating Jankbot is as simple as replacing the files. Just make sure you don't delete or overwrite any module data files like friendslist. Soon enough a patch system will be put in place and Jankbot will be able to update himself. Remember that you will need to restart Jankbot after updating.

I'm still having trouble. How can I get help?

Tons of ways! You can tweet/DM @twisterghost, send a reddit message to /u/twisterghost, or if you think it is a problem with the code, open an issue right here on GitHub.

I think I found a bug, or, I have a feature request!

You can open an issue in this repository. Please note that not every feature request can be acted upon, but requests are welcome.

For Developers

Jankbot is an open source project and is open to pull requests. If you are a developer and wish to contribute, code review, fix a bug or whatever, please join in!

Module API

See The Module API on the Jankbot Wiki for documentation on creating your own custom modules.

Contributing

If you would like to contribute to the Jankbot project on GitHub, fork this repo and send pull requests to the master branch.

You may also feel free to add yourself to the contributors file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].