Giter VIP home page Giter VIP logo

1xbet_crash_cf_capture's Introduction

1XBET Crash CF Capture

Capture the CF Value of 1XBET Crash game using Puppeteer

Script Title: 1XBET Crash CF Capture.
Author: Kalana Sankalpa (Anon LK).

How to use

  • Change the 1XBET URL in "1xbet_crash_cf_capture.js" (if needed).
  • Change the browser location in "launch.js".
  • Change the headless value in "launch.js" to false to run the browser in background (if needed).
  • Then Run:
  npm install
  node 1xbet_crash_cf_capture.js
  • The values of CF, MFS & TS will added to the data.csv file.

1xbet_crash_cf_capture's People

Contributors

an0nlk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

1xbet_crash_cf_capture's Issues

error in the data, the websocket was updated, fix included

Hello, I leave the fix for the new data in the js that is executed with node (1xbet_crash_cf_capture.js) : the code is the following:

line 31 a 37

   if (payloadString.includes('"target":"OnCrash"')) {
          payloadString = payloadString.replace(/[^\x20-\x7E]/g, "");
          const payload = JSON.parse(payloadString);

          const { l, f, ts } = payload.arguments[0];
          console.log(f, l, ts);
          const csvData = `${f},${l},${ts}\n`;

Aviator

Thanks for this, but it brings the results after, cant anyway you make it bring the result before? not after end game?

Check

Hi i want to chat with u i'm junior Devlopper i want u to explain yr code and how it works if u are free.
Thank you,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.