Unleash your knowledge.
Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Scimon (.mon). The language features a very simple and quick-to-write syntax, making it easy to use. The Scimon interpreter is both fast and secure, as it is written in Rust, leveraging the language's best practices.
Scimon is a language designed specifically for downloading files. It offers a streamlined syntax that makes the process of retrieving files from the internet straightforward and efficient. By focusing on simplicity, Scimon ensures that users can quickly grasp its fundamentals and start downloading files with minimal effort.
The key strength of Scimon lies in its user-friendly design. The syntax is intuitive, reducing the learning curve typically associated with programming languages. This makes it accessible to both beginners and experienced developers, allowing them to integrate file downloading capabilities into their projects seamlessly. Scimon abstracts the complexities involved in file transfers, providing a clear and concise way to handle downloads.
For more help and document, see our documentation:
@name "Scimon"
@version "1.0.0"
@description "Scimon is a simple and powerful tool for downloading files, generating QR codes, compressing folders, and more."
@author "Kremilly"
@license "MIT"
@privacy "Public"
@homepage "https://kremilly.com"
path "downloads/"
open "https://github.com/kremilly"
compress "folder.zip"
covers "downloads/covers/"
qrcode "downloads/qrcodes/"
math "2 + 2" > downloads/math.png
math "2 + 3" > downloads/math1.png
print "Hello, World!"
readme "https://gist.githubusercontent.com/Kremilly/5fd360d994bb0fe108b648d0e4c9e92f/raw/1ede0877f2bd023e77674eb89f4a0eb7d8f7e7da/readme-example.md"
downloads {
https://arxiv.org/pdf/2203.08877 as "arxiv_paper.pdf"
https://chatgpt.com/share/67c3f647-0bac-8005-abbb-012c3c1dafcc as "chatgpt_conversation.pdf"
https://arxiv.org/pdf/2405.01513 !ignore
https://www.sci-hub.se/10.1626/JCS.66.427
https://raw.githubusercontent.com/facebook/react/main/README.md
https://cs.uwaterloo.ca/~jimmylin/publications/Busch_etal_ICDE2012.pdf
https://raw.githubusercontent.com/h4cknlearn/architecture101/main/README.md !ignore
https://pt.wikisource.org/wiki/Manifesto_da_Guerrilha_do_Livre_Acesso !ignore
}
commands {
https://gist.githubusercontent.com/Kremilly/e0e0db11e43269da179adab610f38bb1/raw/6820be26a936a54bac713d03deb49edf804d0b6b/index.py
}
Note
Save as scimon.mon
Run the command:
scimon run scimon.mon