You are viewing a single comment's thread from:

RE: Very Basic Hive-Engine Dropper (python)

in #archon4 years ago
let axios = require("axios")

a()

async function a(){
  let query = {id: 0,jsonrpc: "2.0", method: "bridge.list_subscribers", params: {community: "hive-110974"}}
  let res = await axios.post("https://anyx.io", query)
  console.log(res.data.result)
}

https://repl.it/@Rishi556/Random-Scripts#community.js <- Might get deleted later so I put it up there as well. Just replace the hive-110974 part with the tag for your community.