csgolounge-autobumper

1.0.1 • Public • Published

csgolounge-autobumper

Auto bump your trades at csgolounge

Install

npm install csgolounge-autobumper

Usage

 
"use strict";
 
const Lounge = require('csgolounge-autobumper');
 
let lobzik = new Lounge({
                "PHPSESSID": "xxxxxx",
                "id": "xxxxxx",
                "token": "xxxxxxx"
            });
 
setInterval(function() {
 
    lobzik.getActiveTrades(activeTrades =>
        activeTrades.forEach(activeTrade => lobzik.bumpTrade(activeTrade))
    );
 
// every 10 minutes
}, 600000);
 

How can i get cookies ?

For chrome => You need to login csgolounge on your browser. Then press F12 for developer tool. Click Application tab and you can find cookies from sidebar.

screenshot_1

Readme

Keywords

Package Sidebar

Install

npm i csgolounge-autobumper

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • bduman