Whatsapp Tracker
Budget: $15 – $25 USD
Hello,
I want to create a WhatsApp tracker application. I need the following structure for this task:
1- User should log in to the server with WhatsApp Web.
2- After logging in, the duration of activity for a selected number during the day should be determined.
3- This duration should be stored in a database.
For the database design, I need three tables. They can be named as User, TrackedUser, and TrackedTime. The first table should have a record when a user logs in. The second table should store the numbers that a logged-in user is tracking. The third table should keep track of the intervals when the tracked number's activity is recorded.
I want to create a WhatsApp tracker application. I need the following structure for this task:
1- User should log in to the server with WhatsApp Web.
2- After logging in, the duration of activity for a selected number during the day should be determined.
3- This duration should be stored in a database.
For the database design, I need three tables. They can be named as User, TrackedUser, and TrackedTime. The first table should have a record when a user logs in. The second table should store the numbers that a logged-in user is tracking. The third table should keep track of the intervals when the tracked number's activity is recorded.