Skip to content

subfor/massa-boostrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get list fresh boostrap massa-boostrap -> main.py

git clone https://github.com/subfor/massa-boostrap.git
pip3 install -r requirements.txt`

Rolls control and autobuy -> status.py

pip3 install requests

This script must be run on your Node
    Example run script every 5 minutes:
    Install to cron to run every 5(o) min (on Ubuntu example):
    srcipt dir: /root/scripts
    cd /root/scripts
    chmod +x status.py
    crontab -e
    select nano (easiest way) if asked
    add this line
    */5 * * * * /usr/bin/python3 /root/scripts/status.py > /dev/null 2>&1
    press ctrl+X and safe changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages