Giter VIP home page Giter VIP logo

whatsapp-message-scheduler-cli's Introduction

Code Quality Score Code Grade

whatsapp-message-scheduler-cli

This is the final project in the completion of the Skaehub Bootcamp

1.problem

Build a CLI app to schedule whatsapp messages and send them automatically once the scheduled time has passed. For example, your app should prompt the user to write a message, their whatsapp number, the recipient’s number and the time they intend to have it sent out. You can save this data on an SQLite Database.

2.general purpose

The general purpose of the application is to enable the user to be able to schedule meessages at ease incase they are not able to do it at that specific time.The application allows the user to enter recepient number and message to be sent at that specific scheduled time

3.How it works

The program utilises Twilio API for Whatsaapp to only send messages and Python 's in-built libraries like datetime and time to schedule the messages.

4.Installation and setup

1.Clone this repository into your local machine

2.Create a virtualenv into your machine and activate it.

3.cd into the folder of the clone of the repository.

4.install the packages and dependancies using pip: pip install -r requirements.txt

5.run the app using python3 App/inputs/main.py

5.Testing

This application was tested by unittest.and done a coverage done on the tests.
1.To install unittest:pip install unittest2

2.To install coverage:pip install coverage

1.To run the test:using unittest-python -m unittest whatsapp_schedule_test.py

2.o run the test:using coverage-coverage run -m unittest whatsap_schedule_test.py

Credits

1.Namsi Lydia.
2.Skaehub Community.

whatsapp-message-scheduler-cli's People

Contributors

namsi-lia avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.