
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
com.github.insanusmokrassar:AutoPostSmartTimerTrigger
Advanced tools
It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin
It is plugin for AutoPostTelegramBot which provide custom triggering
times settings
In repository you can find the example config with settings. If you want to enable this trigger - just add into plugins list of your bot:
{
"plugins": [
{
"classname": "com.github.insanusmokrassar.AutoPostSmartTimerTrigger.SmartTimerTriggerPlugin",
"params": {
"items": [
{
"from": "00:30",
"to": "01:30",
"period": "00:30"
},
{
"from": "01:45",
"to": "06:30",
"period": "01:30"
}
]
}
}
]
}
Here:
from - included start time of triggeringto - excluded end time of triggeringperiod - delay between triggering, must be more than 00:00All times presented in format HH:mm (HH - hours, mm - minutes).
FAQs
It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin
We found that com.github.insanusmokrassar:AutoPostSmartTimerTrigger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.