Skip to content

Bot for detecting newly added voting in the binance exchange

License

Notifications You must be signed in to change notification settings

tipoc123/BinanceVotingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance

Bot for detecting new voting in the binance exchange. It supports email notification.

You need to update next lines (in the index.js file):

var transporter = nodemailer.createTransport({
  service: 'gmail',
  auth: {
    user: '[your mail]@gmail.com',
    pass: '[password for email]'
  }
});

var mailOptions = {
  from: '[your mail]@gmail.com',
  to: 'email1, email2, email3',
  subject: 'Binance NEW VOTE',
  text: 'Link to the vote https://binance.com/vote.html'
};

About

Bot for detecting newly added voting in the binance exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published