supertelegram 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
telegram cli for ai to read/write messages using gramjs.
|
|
4
4
|
|
|
5
|
+
> **warning:** don't use this to send spam or abuse the telegram api. your account can get banned.
|
|
6
|
+
|
|
5
7
|
## installation
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -99,8 +101,8 @@ telegram send @friend "hey" --session ./custom.txt
|
|
|
99
101
|
|
|
100
102
|
clone repo and install:
|
|
101
103
|
```bash
|
|
102
|
-
git clone https://github.com/caffeinum/
|
|
103
|
-
cd
|
|
104
|
+
git clone https://github.com/caffeinum/supertelegram.git
|
|
105
|
+
cd supertelegram
|
|
104
106
|
bun install
|
|
105
107
|
```
|
|
106
108
|
|