-
I already have the permalink but my question is how would you automatically generate it? All the permalink does is get the configuration, which is helpful but as I said I want to automatically generate it also Any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are no permalinks, every link will expire within 24 hours. Also please don't use the website for that, it may be down or you might hit a Cloudflare rule and will get IP banned. You should download once and check the generated files in with the rest of your code. If you want to automatically generate the code, you can use |
Beta Was this translation helpful? Give feedback.
There are no permalinks, every link will expire within 24 hours. Also please don't use the website for that, it may be down or you might hit a Cloudflare rule and will get IP banned.
You should download once and check the generated files in with the rest of your code.
If you want to automatically generate the code, you can use
glad
as a commandline tool, it can be installed via pip, e.g.pip install glad2
.