Skip to content

Crypto Price Notifier is a simple Python script to fetch and send Bitcoin and Ethereum prices via Discord webhook every hour using the CoinGecko API. The script uses schedule for task scheduling and requests for HTTP requests.

Notifications You must be signed in to change notification settings

agr0thh/Crypto-Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoPriceNotifier

CryptoPriceNotifier is a simple Python script that fetches the current prices of Bitcoin and Ethereum from the CoinGecko API and sends them to a Discord webhook every hour. The script uses schedule for task scheduling and requests for HTTP requests.

Features

  • Fetches Bitcoin and Ethereum prices from CoinGecko API
  • Sends the prices to a Discord webhook as an embed message
  • Runs the task every hour

Requirements

  • Python 3.x
  • pip install requests
  • pip install schedule

Captura de tela 2024-06-05 190412

About

Crypto Price Notifier is a simple Python script to fetch and send Bitcoin and Ethereum prices via Discord webhook every hour using the CoinGecko API. The script uses schedule for task scheduling and requests for HTTP requests.

Topics

Resources

Stars

Watchers

Forks