Skip to content

DarrenWestwood/greed

 
 

Repository files navigation

greed

A customizable Telegram shop bot that accepts bitcoin payments.

Requirements, Installation & Usage

Please refer to the main greed project fork for requirements, installation guide, and usage instructions before proceeding with the bitcoin setup below

Integrating Bitcoin

  1. Edit the config/config.toml file to set the below settings
# Blockonomics API key
api_key = "BLOCKONOMICS_API_KEY"
secret = "YOUR_SECRET"
  • api_key can be obtained by signing up on Blockonomics Merchants and navigating to > Stores,
  • secret can be any long phrase of your choice like GreedBtc9123
  1. Add a new store at Blockonomics Merchants > Stores, and set your Callback URL to https://www.blockonomics.co/api/test_callback?secret=YOUR_SECRET, substituting in your chosen secret from step 1 in place of YOUR_SECRET

That's it! Restart your bot and start accepting bitcoin payments with your bot!

Screenshots

Greed Screenshots

Credits

This project is a fork of greed project by @Steffo99. We would like to thank @Steffo99 for putting this in public domain.