aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-10-11 00:31:10 -0700
committerTrumeet <yuuta@yuuta.moe>2021-10-11 00:31:10 -0700
commit8e1fcfd0dd7dc8fa9f5450253d12e89dfafdd855 (patch)
tree2abe9bc29104bc518ba2c17afbe880ca1b6cb944 /README.md
downloadeasy-tg-8e1fcfd0dd7dc8fa9f5450253d12e89dfafdd855.tar
easy-tg-8e1fcfd0dd7dc8fa9f5450253d12e89dfafdd855.tar.gz
easy-tg-8e1fcfd0dd7dc8fa9f5450253d12e89dfafdd855.tar.bz2
easy-tg-8e1fcfd0dd7dc8fa9f5450253d12e89dfafdd855.zip
First Commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8c6e9ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# easy-tg
+
+Easy-to-use helpers for TDLib JSON.
+
+**Not completely tested yet.**
+
+## Dependencies
+
+* tdlib
+
+* json-c
+
+* pthread (if you compile with `TG_ENABLE_PTHREAD`)
+
+## Functions
+
+* Automatically handles authorization state changes.
+
+* Various helper functions.
+
+## Supported platforms
+
+* Any platform that `json-c` supports,
+
+* Any platform that `tdjson` supports, and
+
+* Any platform that supports C99.
+
+## How to use
+
+See `example.c`. Put your API keys into `build` then run it.
+
+## License
+
+Copyright Yuuta Liang, Apache 2.0. Originally published at https://git.yuuta.moe/easy-tg.git