
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
telegram-stars-rates
Advanced tools
Real-time Telegram Stars to USDT exchange rates via Fragment blockchain analysis
pip install telegram-stars-rates
from telegram_stars_rates import get_stars_rate
# Get current exchange rates
result = get_stars_rate()
print(f"1 Star = ${result['usdt_per_star']:.6f} USDT")
print(f"1000 Stars = ${result['usdt_per_star'] * 1000:.2f} USDT")
# With raw transaction data
result = get_stars_rate(include_raw=True, limit=100)
print(f"Based on {result['fragment_raw']['transactions_count']} transactions")
# Basic usage
telegram-stars-rates
# More transactions for better accuracy
telegram-stars-rates --limit 100
# JSON output
telegram-stars-rates --json
# With TON API key (faster, no rate limits)
telegram-stars-rates --api-key YOUR_TON_API_KEY
Visit the GitHub Pages site for an interactive converter:
get_stars_rate(limit=50, include_raw=False, **kwargs)Parameters:
limit (int): Number of transactions to analyze (default: 50)include_raw (bool): Include raw transaction data (default: False)api_key (str): TON API key for higher rate limitsReturns:
{
"usdt_per_star": 0.012345, # Main exchange rate
"ton_per_star": 0.002500, # Stars → TON rate
"usdt_per_ton": 4.938000, # TON → USDT rate
"timestamp": "2024-01-01T12:00:00Z",
"errors": [] # Any warnings/errors
}
Automated daily updates for GitHub Pages:
- name: Update Exchange Rates
run: |
python scripts/generate_rates.py
# Deploys to GitHub Pages automatically
git clone https://github.com/username/telegram-stars-rates
cd telegram-stars-rates
pip install -e .
# Run tests
python -m pytest
# Generate web data
python scripts/generate_rates.py
MIT License - see LICENSE file for details.
Мы приветствуем вклад в развитие проекта!
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)Этот проект распространяется под лицензией MIT. Подробности в файле LICENSE.
💎 Профессиональный анализ Telegram Stars курсов для Python разработчиков! 💎
FAQs
Real-time Telegram Stars to USDT exchange rates via Fragment blockchain
We found that telegram-stars-rates demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.