Open adizafri2000 opened 9 months ago
try checking neonize also for python-native instead of Go
Implementing keep-alive mechanism using GitHub Actions workflow to curl
API service on Render successful. Can refer to this workflow from another repository. Make sure to keep the cron scheduling between 10-14 mins.
Check out cloudflare workers
Keep-alive mechanism for Render can be implemented by:
using whatsmeow, need to add this line after SendMessage in send.go
*message.Conversation = strings.ReplaceAll(*message.Conversation, "<br>", "\n")
then need to figure out how to pipe CLI commands from fastAPI (python) to send commands to whatsmeow service
Study and test:
api/health