mirror of
https://gitlab.com/2-chainz/2-chainz-twitter-bot.git
synced 2025-08-13 08:51:32 +00:00
.vscode
tweet
__init__.py
function.json
readme.md
.funcignore
.gitignore
LICENSE
README.md
host.json
proxies.json
requirements.txt
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"scriptFile": "__init__.py",
|
|
"bindings": [
|
|
{
|
|
"name": "mytimer",
|
|
"type": "timerTrigger",
|
|
"direction": "in",
|
|
"schedule": "0 0 10 * * MON",
|
|
"runOnStartup": false
|
|
}
|
|
]
|
|
}
|