https://github.com/sertemre/telegram_btc_eth_botu
Telegram botu CoinGecko’dan kripto fiyatlarını alıp her gün 09:00 ve 21:00'de belirlenen Telegram kanalına mesaj atar.
https://github.com/sertemre/telegram_btc_eth_botu
api backend bot coingecko crypto-price-tracker cryptocurrency cryptocurrency-bot dotenv financial-tools python python-automation requests schedule telegram-api telegram-bot
Last synced: about 1 month ago
JSON representation
Telegram botu CoinGecko’dan kripto fiyatlarını alıp her gün 09:00 ve 21:00'de belirlenen Telegram kanalına mesaj atar.
- Host: GitHub
- URL: https://github.com/sertemre/telegram_btc_eth_botu
- Owner: SertEmre
- Created: 2025-05-01T04:08:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T18:07:59.000Z (about 2 months ago)
- Last Synced: 2025-05-02T19:19:12.780Z (about 2 months ago)
- Topics: api, backend, bot, coingecko, crypto-price-tracker, cryptocurrency, cryptocurrency-bot, dotenv, financial-tools, python, python-automation, requests, schedule, telegram-api, telegram-bot
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---Telegram Kripto Fiyat Botu---
Bu Telegram botu, CoinGecko API'sini kullanarak Bitcoin, Ethereum, Solana, Binance Coin, XRP ve Avalanchegibi kripto para birimlerinin anlık fiyatlarını kullanıcılarla paylaşır. Bot, belirli saatlerde (örneğin, her gün saat 09:00 ve 21:00) bu bilgileri kullanıcıya gönderir.
Bu projeyi çalıştırmak için aşağıdaki gereksinimlere sahip olmanız gerekir:
- Python 3.6 veya üstü
- `requests` kütüphanesi
- `python-telegram-bot` kütüphanesi
- `schedule` kütüphanesi
- `.env` dosyası
Projenizin kök dizininde .env adında bir dosya oluşturun. Bu dosyada, Telegram botunuzun token'ı ve chat ID bilgilerinizi saklayacağız. .env dosyasına aşağıdaki gibi bir içerik ekleyin:
TOKEN='YOUR_BOT_TOKEN'
CHAT_ID='YOUR_CHAT_ID'