totigm / whatsapp-stickers-bot

This is a WhatsApp bot to convert images and videos to stickers
MIT License
5 stars 2 forks source link

✨ Add enhanced media editing features #5

Closed totigm closed 9 months ago

totigm commented 10 months ago

Description

This pull request introduces a comprehensive update to the WhatsApp bot, encompassing enhancements in media editing capabilities and documentation updates.

Proposed changes

  1. Media Editing Options: Introduced various options to edit media (images/videos) before sending them as stickers. These include resizing, negating, applying grayscale, blur, adjusting lightness, brightness, saturation, hue, and more.
  2. Updated Command Handlers: Revised the command handlers to accommodate the new media editing features, ensuring a smooth integration with existing functionalities.
  3. Quote messages: Now, in addition to sending an image or video directly with the !sticker or !image command, you can also quote an image or video in your message and apply the command. This new feature makes it easier to generate stickers or apply image edits to content already shared in the chat without the need to re-upload it.
  4. Code Optimization: Improved the overall code structure for better performance and maintainability.

Documentation Updates:

  1. README.md Overhaul: The README file has been extensively updated to reflect the new features. This includes a detailed description of each command and its optional arguments, providing clear usage instructions.
  2. Examples.md Addition: Added a new examples.md file showcasing examples of how to use the updated commands. This visual guide includes various scenarios, demonstrating the bot's capabilities.

For More Examples:

This update aims to enhance the user experience by providing more flexibility and creativity in sticker creation, aligning with the ongoing effort to improve the bot's functionality and usability.