1.0.1 • Published 8 years ago

csgolounge-autobumper v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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

1.0.1

8 years ago

1.0.0

8 years ago