-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kshitij Raj edited this page May 10, 2024
·
4 revisions
Welcome to the Online-Banking-System wiki!
- Capable of storing data
- Sends a message to the Admin when a new account is created, updated, or closed
- Ensures security as access to any account is restricted without the account number and password
- Only the Admin can access any data with the admin password
- Begin by signing up on Twilio
- Once signed in, obtain the API key and authentication token
- Proceed to acquire a phone number
- Install "twilio" by typing "pip3 install twilio" in the terminal
- Update the API key, authentication token, and phone number
- Finally, run the code
- After completing the steps mentioned above, you will be well on your way to integrating Twilio's services into your project. By following these instructions, you have laid the foundation for sending and receiving messages, making calls, and much more using the Twilio API. Remember to explore the various functionalities and features that Twilio offers to enhance your communication capabilities.
- Begin by selecting option 1 to create your account.
- Proceed to fill in the required information and set a password.
- Your account will be successfully created.
- Once your account is set up, an admin will receive a notification.
- Now, you are free to perform any tasks provided.
- Options available include depositing money, withdrawing funds, checking your balance, modifying your account, and closing it.
- To carry out any action, you must enter your account number and password.
- To begin, acquire proficiency in Python.
- Next, proceed to install and import the specified module.
- Then, familiarize yourself with the modules, focusing on their significant functions and methods.
- Develop the fundamental function you intend to incorporate into your program.
- Proficiency in problem-solving and critical thinking is essential for creating the function.
- Subsequently, use this knowledge to create a basic online banking system without messaging.
- To integrate a messaging system, follow the steps below:
- Initially, sign up on Twilio.
- Upon email and number verification, obtain the API key, auth token, and phone number.
- Update the code with the API key, auth token, and number.
- Execute "pip3 install twilio" in the terminal.
- Proceed to write the code for sending SMS messages.
- pickle
- os
- pathlib
- twilio.rest