API collections
YeeKal
•
•
"#"
tweet
临时邮箱
- firefox relay
trello
搜索建议 suggestion
replicate
根据GPU使用事件收费,模型一般公开
netlify
Slack
zeabur
google cloud run
vercel as proxy
vercel edge function
Zapier
cloudfare worker
反向代理
telegram bot
discord bot
Notion API
- developers.notion
-
config:
- add integration
- add connection
- code
- ref
example:
Example: read database
import json
import requests
token = '<secret>'
database_id = 'b8e06af88a7d4c9394a1e6a09a50708a'
def readDatabase():
url = f'https://api.notion.com/v1/databases/{database_id}/query'
r = requests.post(url, headers={
"Authorization": f"Bearer {token}",
"Notion-Version": "2022-06-28",
"Content-Type": "application/json"
})
return r
r = readDatabase()
res = r.json()
for i in res["results"]:
print("{} {}".format(i['properties']['key']['rich_text'][0]['text']['content'], i['properties']['Name']['title'][0]['text']['content']))
远程数据同步
微信
企业微信
公众号
- 配置过程
- 服务器配置
- 验证
- 回复消息
- ref: