Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title>Steem-js 12</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script>
<html>
<head>
<title>Bot's in Steem-js</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
const ACCOUNT_NAME = ''
const ACCOUNT_KEY = ''
const TARGET_ACCOUNT = 'sambillingham'
steem.api.streamTransactions('head', function(err, result) {
<html>
<head>
<title>Bot's in Steem-js</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
</head>
<body>
<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
<html>
<head>
<title>Bot's in Steem-js</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
</head>
<body>
<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
<html>
<head>
<title>Bot's in Steem-js 8</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
console.log('Hello, Is Anybody Out There!?')
// Tutorial 08 - stats responder Bot START
const ACCOUNT_NAME = ''
const ACCOUNT_KEY = ''
<html>
<head>
<title>Bot's in Steem-js 8</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
console.log('Hello, Is Anybody OUt There!?')
// Tutorial 08 - stats responder Bot
const ACCOUNT_NAME = ''
const ACCOUNT_KEY = ''
// Tutorial 07 - Schedule Steem-Js Tasks
const steem = require('steem')
const schedule = require('node-schedule')
const ACCOUNT_NAME = ''
const ACCOUNT_KEY = ''
steem.api.setOptions({ url: 'https://api.steemit.com' });
schedule.scheduleJob('* 18 * * *', function(){
<html>
<head>
<title>Bot's in Steem-js</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
console.log('Hello, Is Anybody OUt There!?')
// Tutorial 06 - Auto Claim Bot
const ACCOUNT_NAME = ''
const ACCOUNT_KEY = ''
<html>
<head>
<title>Bots in Steem-js #6</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
console.log('Hello, Is Anybody Out There!?')
</script>
</head>
<body>Check The Console.</body>
</html>
<html>
<head>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script>
console.log('hello, is this working')
// Tutorial
const ACCOUNT_NAME = ''
const ACCOUNT_WIF = ''
const FRIEND_LIST = ['sam', 'fred', 'sarah', 'lucy']