All Projects → ezraripps → CSGO-Overpay-Bot

ezraripps / CSGO-Overpay-Bot

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CSGO-Overpay-Bot

download-steam-reviews
Download Steam reviews for any game. Available on PyPI.
Stars: ✭ 26 (-16.13%)
Mutual labels:  steam, steam-api
Steam Market
Find arbitrages on the Steam Market.
Stars: ✭ 25 (-19.35%)
Mutual labels:  steam, steam-api
SteamCMD-AppID-List
Complete Steam AppID List
Stars: ✭ 12 (-61.29%)
Mutual labels:  steam, steam-api
Steampy
A Steam trading library for python 3
Stars: ✭ 212 (+583.87%)
Mutual labels:  steam, steam-api
php-steam-web-api-client
Automatically generated api client for the Steam Web API.
Stars: ✭ 79 (+154.84%)
Mutual labels:  steam, steam-api
steampak
Nicely packed tools to work with Steam APIs
Stars: ✭ 21 (-32.26%)
Mutual labels:  steam, steam-api
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+23187.1%)
Mutual labels:  steam, steam-api
SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (+148.39%)
Mutual labels:  steam, steam-api
Steamcmd Autoupdate Any Gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
Stars: ✭ 77 (+148.39%)
Mutual labels:  steam, steam-api
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (+125.81%)
Mutual labels:  steam, steam-api
Steamworks.Net-MonoGame-Integration
This repo is for everyone who is about to integrate the Steamworks.Net.dll into a MonoGame project. It shows some Steamworks.Net features and how easy it is to integrate it into a MonoGame project.
Stars: ✭ 30 (-3.23%)
Mutual labels:  steam, steam-api
Async Gamequery Lib
A high-performance java game query library designed for steam/source based games and others
Stars: ✭ 88 (+183.87%)
Mutual labels:  steam, steam-api
SteamTradeOffersBot
SteamBot fork that provides an easy-to-use Trade Offer library and a true generic inventory interface.
Stars: ✭ 45 (+45.16%)
Mutual labels:  steam, steam-api
steam-stylegan2
Train a StyleGAN2 model on Colaboratory to generate Steam banners.
Stars: ✭ 30 (-3.23%)
Mutual labels:  steam, steam-api
steam.py
An async python wrapper to interact with the Steam API and its CMs
Stars: ✭ 74 (+138.71%)
Mutual labels:  steam, steam-api
Hourboostr
Two programs for idling Steam game hours and trading cards
Stars: ✭ 372 (+1100%)
Mutual labels:  steam, steam-api
SteamAuthOOP
OpenID-Login through Steam for your website
Stars: ✭ 32 (+3.23%)
Mutual labels:  steam, steam-api
Chat-LoggerPP
Steam Chat Logger
Stars: ✭ 13 (-58.06%)
Mutual labels:  steam, steam-api
Personal Influxdb
Import data from various APIs into InfluxDB
Stars: ✭ 51 (+64.52%)
Mutual labels:  steam, steam-api
Punk
⚡ Alternative cross-platform Steam client for desktop
Stars: ✭ 87 (+180.65%)
Mutual labels:  steam, steam-api

CSGO-Overpay-bot

Setup

If you haven't done so already please install nodejs. Open windows start menu and find cmd.exe (command prompt) and open it. Then follow these steps:

  cd {the dir of the folder} //EX: cd C:/users/arze/desktop/CSGO-Overpay-Bot 
  npm i
  node bot.js

Add your username, password, secrets, and api key to config for the bot to work correctly.

TO GET A API KEY GO TO https://steamapi.io/user AND LOGIN WITH STEAM. THIS IS NOT A STEAMCOMMUNITY API KEY!

Config elements

  • username AND password are the credentials of your steam account you will be using for the bot.
  • botname What you want the bots profile name to be, leave blank to not change
  • identitySecret AND sharedSecret You get theese from Steam Desktop Authenticator and de-crypting the files
  • adminIDs An array of steam64 ids to auto-accept trades from
  • options
    • apiKey An api key from https://steamapi.io/ as mentioned above
    • appid AppID to get prices from. 730 (CS:GO) is default id. Other ID's are not tested to work, but still may.
    • minimumprice Minium value for their items
    • acceptRandomFriendRequests boolean value, accepts any friend requests sent to the provided bot account.
    • priceRefreshInterval Time (in seconds) to renew pricelist
    • confirmationInterval Time (in seconds) to check mobile trade authentication.
    • percentamount Percent to value users items at. ex: 95% would be 0.95 in config
    • minPricePerItem Minimum price for items for them to be valued. ex: if set to 0.10 any item under 10 cents would be worth nothing
    • chatResponse Chat message handling
      • donation Message to send to user when they donate skins
      • junk Message to send when users items are less then minimunprice
      • tradeDeclined Message to send when users items have less value then bots items
      • tradeAccepted Message to send when trade goes through
      • newFriend Message to send to user when they add the bot
      • unknownCommand Message to send to user when they send you a message that is not a command
      • adminTrade Sent to admin when they make a (auto-accepted) trade to the bot NOTE: admins can be configured in adminIDs
      • commands Custom simple commands, JSON object in form of "!command" : "res"

CONTRIBUTING

If you want to contribute you must follow these rules

  • Adding elements to config requires you to update README.md
  • You must comment your code sufficently
  • You have to add enough for it to be merged, EX: i will not merge adding one comment
  • Obviously make sure personal details are out of config when makng a PR
  • Leave placeholder commands and responces in
  • Dont add anything to the bot to scam people
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].