1 unstable release

0.1.2 Oct 23, 2024

#1126 in Development tools

Download history 111/week @ 2024-10-21

111 downloads per month

MIT license

11KB

Server酱多语言调用实例

2024-10-01 更新,全部实例均已兼容Server酱³多语言SDK也已经上线

借助于 GPT 我们编写了多种语言的Server酱调用实例。包括

  • C
  • C#
  • Dart
  • Go
  • Java
  • NodeJS
  • PHP
  • Python
  • Rust
  • Shell
  • Swift

测试方式

.env.example改名为.env,填入sendkey,即可测试。

注意:Dart中读取.env文件失败,可以手工在main.dart中手工写入sendkey测试。

运行命令

  • php send.php
  • node send.js
  • python send.py
  • java Main.java
  • go run main.go
  • cargo run
  • bash send.sh
  • swift main.swift
  • dart run main.dart
  • gcc main.c -o main -lcurl && ./main

Dependencies

~8–19MB
~271K SLoC