Django urls.Get datetime from py

Asked 2 years ago, Updated 2 years ago, 40 views

I'm using django to make an automatic response function for Kakao Talk plus friends, and basically, the kidov required by Kakao Talk The message is from url.py

url(r'keyboard$', views.keyboard), 
url(r'message$', views.message),

I made a request like this. But basically, it's not when you get a keyboard input or a message I want to send you a Kakao Talk message at the appointed time Would it be possible to have url.py call views.message when the time is equal to the time specified?

python django

2022-09-21 19:00

1 Answers

The simplest way is to create a Python program and send a request request to Django Web Server.

Now that it's time, send me a message!


2022-09-21 19:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.