## Description Implement the upload to YouTube and Twitter functionality. ## Objectives - [ ] Create a queue for YouTube - [ ] Create the frontend UI - [ ] Create the youtube service that will push jobs to the queue - [ ] Create the YouTube worker that will consume tasks from the YouTube queue - [ ] Upload the video to YouTube - [ ] Create a state to keep track of the session upload status - [ ] Update state accordingly ## Acceptance Criteria - [ ] Error must be handled and update session state ## Additional Information 