Repurpose LINE Bot to Yosegaki Collection Bot#5
Conversation
- Removed legacy timetable, Google Calendar integration, and web dashboard. - Updated to @line/bot-sdk v9 (MessagingApiClient, MessagingApiBlobClient). - Added file upload handling for image, video, audio, and documents. - Implemented filename sanitization (path.basename) to prevent path traversal. - Created 'uploads/' directory for storage and updated .gitignore. - Simplified index.js and flexTemplates.js. - Added a new test script (src/test-yosegaki.js) to verify the new functionality. Co-authored-by: systemcmd0122 <155505304+systemcmd0122@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Repurposed the existing LINE Bot into a 'Yosegaki' (message/file collection) bot. The bot now accepts and saves files, images, videos, and audio clips from users into a local 'uploads/' folder. Cleaned up all unnecessary legacy code, including the timetable and Google Calendar logic, and modernized the SDK implementation to v9. Secured file uploads against path traversal vulnerabilities.
PR created automatically by Jules for task 664272693254295209 started by @systemcmd0122