Skip to content

πŸ’¬πŸ“… line-sms-notify: Seamlessly integrate Line Chatbot with automated SMS notifications. Collect user data and send personalized SMS at preset intervals effortlessly. Powered by Node.js and Firebase. πŸš€

License

Notifications You must be signed in to change notification settings

Muaykillz/line-sms-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LINE SMS Notify πŸ“±πŸ’¬

This project enables the sending of SMS notifications via a LINE bot, providing a seamless integration for automated text messaging. πŸ“©

Features ✨

  • πŸ“¨ Send SMS Notifications: Utilize a LINE bot to send SMS alerts.
  • πŸ‘₯ User Management: Add and manage recipients.
  • 🎨 Message Customization: Personalize SMS content.

Installation πŸ› οΈ

  1. Clone the repository:

    git clone https://github.com/Muaykillz/line-sms-notify.git
  2. Navigate to the project directory:

    cd line-sms-notify
  3. Install dependencies:

    npm install

Configuration βš™οΈ

  • Set up environment variables: Create a .env file with the following content:

    LINE_CHANNEL_ACCESS_TOKEN=your_line_bot_token
    SMS_API_KEY=your_sms_api_key
    
  • Create messages.js file: Create a messages.js file in the tools directory with the following content:

    module.exports = {
      day0Message: "Your message here",
      // more ...
      };

Usage πŸš€

  1. Start the application:

    npm start
  2. Send a notification: Use the LINE bot to trigger SMS notifications.

Contributing 🀝

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-name
  3. Commit your changes:

    git commit -m "Add new feature"
  4. Push to the branch:

    git push origin feature-name
  5. Open a pull request.

License πŸ“„

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact πŸ“ž

About

πŸ’¬πŸ“… line-sms-notify: Seamlessly integrate Line Chatbot with automated SMS notifications. Collect user data and send personalized SMS at preset intervals effortlessly. Powered by Node.js and Firebase. πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published