1
0
mirror of https://gitlab.com/2-chainz/2-chainz-twitter-bot.git synced 2025-08-02 19:41:24 +00:00
Files
2-Chainz-Twitter-Bot/tweet/function.json
2020-04-23 21:08:07 -07:00

13 lines
211 B
JSON

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