Skip to content

teia-community/teia-fountain

 
 

Repository files navigation

Teia XTZ Fountain

Pytezos bot for managing the Teia Tezos Fountain. Teia is a NFT community build on Tezos. See: https://teia.art/about

This project may be of educational use if you want to know how to use pytezos to send transactions and verify the completion.

Join us on the discord - https://discord.gg/MgDT9xK3GJ

🌮+🐍+🤖 = ⛲

Requirements:

Google Docs integration:

Download the credentials via the Google Cloud Console and store these in the credentials.json file in the root of the project folder.

Credentials

You can generate a key and password with tezos-client: tezos-client gen keys fountain --encrypted Then your key will be in ~/.tezos-client/secret_keys. You can also export a secret key from Temple wallet - Settings > Reveal Private Key.

Export these crenentials as environment variables as shown below.

Run The Fountain

export TEIA_FOUNTAIN_KEY="edesk..."
export TEIA_FOUNTAIN_PASS="matlock"
python fountain.py

Or run with docker compose

docker compose run --rm fountain

About

Pytezos bot for managing the Teia Tezos Fountain. https://www.teia.art/about

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • Dockerfile 3.8%