Commit History

feat: add initial test files for health check and YouTube analysis endpoints
46c1e33

Rthur2003 commited on

chore: update .env.example with placeholder values for sensitive credentials
5763c36

Rthur2003 commited on

feat: add duplicate comment prevention and video comment status check endpoints
a6c4ac1

Rthur2003 commited on

feat: implement Comment Tracker Service to manage posted video IDs and prevent duplicate comments
fcfa3d9

Rthur2003 commited on

feat: add YouTube OAuth related files to .gitignore
4d426bf

Rthur2003 commited on

feat: add YouTube OAuth token generator script
ae650a9

Rthur2003 commited on

refactor: update model version in Gemini AI Service and optimize transcript fetching in YouTube Service
0406dc2

Rthur2003 commited on

refactor: update model version in Gemini AI Service for improved performance
4c4829f

Rthur2003 commited on

fix: handle YouTube share URLs with si= parameter
cc64632

Rthur2003 Claude Opus 4.5 commited on

refactor: Update model version in Gemini AI Service for improved performance
ac7b4f5

Rthur2003 commited on

refactor: Update model version in content generation for improved performance
93f9247

Rthur2003 commited on

refactor: Remove unused imports from commend router
0abb684

Rthur2003 commited on

refactor: Clean up and optimize comment generation logic in Gemini AI Service
0867dac

Rthur2003 commited on

refactor: Optimize YouTube comment generation by reducing API calls and improving efficiency
0fced84

Rthur2003 commited on

refactor: Optimize YouTube comment generation and improve error handling
61ddcc8

Rthur2003 commited on

feat: Enhance YouTube API integration with improved configuration checks and documentation
eb80da4

Rthur2003 commited on

refactor: Migrate from deprecated google.generativeai to google.genai package
c6a816d

Rthur2003 commited on

fix: Correct JSON format for YouTube OAuth Token in .env.example
9bf9e37

Rthur2003 commited on

docs: Add Crown Commend API endpoints and environment variables to README
88ed3d7

Rthur2003 commited on

Update .env.example with additional environment variables for Spotify and YouTube OAuth
f30028a

Rthur2003 commited on

Add example environment variables for CrownCode backend configuration
f488c7a

Rthur2003 commited on

Refine analysis result model and enhance YouTube URL analysis documentation
933ef32

Rthur2003 commited on

Add dependencies for Crown Commend module including Google API and YouTube transcript support
64127a1

Rthur2003 commited on

Add commend router to main application
54df631

Rthur2003 commited on

Add commend router import to main application
a76c4ac

Rthur2003 commited on

Add Crown Commend API routes for YouTube comment generation and posting
d3cb4fb

Rthur2003 commited on

Add YouTube API service for video details, comments, and posting functionality
047eaf1

Rthur2003 commited on

Add __init__.py for Crown Commend module with initial documentation
4ea2acb

Rthur2003 commited on

Enhance docstrings in analyze.py for clarity on analysis features, audio info, and response model
ff55821

Rthur2003 commited on

Refactor analyze endpoint to improve structure and add detailed response models for YouTube and file analysis
09f3402

Rthur2003 commited on

Update README.md to change color scheme from orange to red
a38dc37

Rthur2003 commited on

Update README.md front matter for project metadata
3c0ddc9

Rthur2003 commited on

Add unified analysis endpoint for YouTube URLs and file uploads
5b137e3

Rthur2003 commited on

Add analyze router to main application for enhanced functionality
3203a8c

Rthur2003 commited on

Add root endpoint to provide API info and health status
2e3db11

Rthur2003 commited on

Add .gitignore file to exclude unnecessary files and directories
bde6c47

Rthur2003 commited on

Update README.md for deployment instructions and enhance project structure
aacf792

Rthur2003 commited on

Update Python version in Dockerfile and adjust requirements for flexibility
5ee5954

Rthur2003 commited on

Initial commit: CrownCode Backend for Hugging Face Spaces
7ac6163

Rthur2003 Claude Opus 4.5 commited on