You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- NOTE: You need a telegram bot token to make use of the script. Generate a bot
20
-
token and paste in a file called 'env'. Send a message to @BotFather to get started.
21
-
- Create a file called 'env' (or env.txt) and paste your token
22
-
- Get the URL of the telegram sticker pack
23
-
- Run the program `python -m tstickers`
24
-
- Enter the URL of the sticker pack
25
-
- Get the output in the `downloads` folder.
26
-
27
-
More info at [Tutorials](/documentation/tutorials)
15
+
The `tstickers` package provides functionality for downloading and converting sticker packs from https://t.me/addstickers. Download stickers, and convert them to multiple formats, with caching the converted stickers for faster retrieval.
28
16
29
17
-[Basic Use](#basic-use)
18
+
-[Using](#using)
19
+
-[Help](#help)
30
20
-[Documentation](#documentation)
31
-
- [Help](#help)
32
21
-[Formats](#formats)
33
22
-[Install With PIP](#install-with-pip)
34
23
-[Language information](#language-information)
@@ -61,6 +50,101 @@ More info at [Tutorials](/documentation/tutorials)
61
50
- [Support](#support)
62
51
- [Rationale](#rationale)
63
52
53
+
## Basic Use
54
+
55
+
https://t.me/addstickers/DonutTheDog
56
+
57
+
- NOTE: You need a telegram bot token to make use of the script. Generate a bot
58
+
token and paste in a file called 'env'. Send a message to @BotFather to get started.
59
+
- Create a file called 'env' (or env.txt) and paste your token
60
+
- Get the URL of the telegram sticker pack
61
+
- Run the program `python -m tstickers`
62
+
- Enter the URL of the sticker pack
63
+
- Get the output in the `downloads` folder.
64
+
65
+
More info at [Tutorials](/documentation/tutorials)
66
+
67
+
## Using
68
+
69
+
1. Get the URL of the Signal sticker pack. In the form https://t.me/addstickers
70
+
71
+
2. Pass in multiple packs from the commandline with `-p/--pack`
0 commit comments