1
0
mirror of https://gitlab.com/2-chainz/2-chainz-twitter-bot.git synced 2025-06-16 07:06:53 +00:00
2-Chainz-Twitter-Bot/tweet/function.json

13 lines
211 B
JSON

{
"scriptFile": "__init__.py",
"bindings": [
{
"name": "mytimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 0 10 * * MON",
"runOnStartup": false
}
]
}