Data Fetcher
A Python package for fetching market data with analytics capabilities.
Installation
pip install polydata-analytics
Usage
from polymarket_data_fetcher import fetch_market_data
data = fetch_market_data()
print(data)
Features
- Market data fetching from Polymarket API
- Background data collection service
- Systemd/autostart integration for continuous operation
- Adaptive polling with jitter to avoid rate limiting
- Encrypted configuration for sensitive settings
Configuration
Sensitive configuration is stored encrypted in _obf.py and decrypted at runtime.
License
MIT