Skip to content

Pupmos/juno-pixels-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoPixel Drawing Bøt 4 nopixels.io ❤️

Created wif lovb by Pupmøs

Requirements

  • Rust
  • Throwaway 24 word mnemonic for a Junø Wallet
    • Do not reuse an existing wallet.

Instructions

  • Clone this repo
git clone https://github.com/Pupmos/juno-pixels-bot.git
  • Insert your image into the images folder
  • Create a .env file in the root directory
touch .env
  • Add your throwaway mnemonic to the .env file
MNEMONIC="your throwaway mnemonic"
  • Add your image to the .env file
IMAGE="./images/your-image.jpg"
  • Add SQUARE_X and SQUARE_Y to the .env file
    • the pixel grid is broken into 35x35 chunks, numbered top to bottom and left to right (see .env.example for all corners)
# top left square
SQUARE_X=0
SQUARE_Y=1
  • Add COOLDOWN to the .env file (OPTIONAL)
    • the cooldown is in seconds.
      • default is 0
      • at time of writing, cooldown duration is zero. this may change in the future
COOLDOWN=10
  • run script
cargo run

About

Automatez drawing picturez on nopixels.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published