20 lines
313 B
Plaintext
20 lines
313 B
Plaintext
# Discord Data Collector Requirements
|
|
|
|
# Discord self-bot library
|
|
discord.py-self>=2.0.0
|
|
|
|
# Configuration management
|
|
python-dotenv>=1.0.0
|
|
toml>=0.10.2
|
|
|
|
# Database (for future MongoDB integration)
|
|
pymongo>=4.0.0
|
|
|
|
# Async utilities
|
|
asyncio-throttle>=1.0.0
|
|
|
|
# Data processing
|
|
pandas>=1.5.0
|
|
|
|
# Logging
|
|
colorlog>=6.0.0 |