Skip to content
/ Scimon Public

Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Monset (.mon). Monset features a very simple and quick-to-write syntax, making it easy to use.

License

Notifications You must be signed in to change notification settings

Scibun/Scimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleash your knowledge.

What is Scimon?

Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Monset (.mon). Monset 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.

What is Monset?

Monset 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, Monset ensures that users can quickly grasp its fundamentals and start downloading files with minimal effort.

The key strength of Monset 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. Monset abstracts the complexities involved in file transfers, providing a clear and concise way to handle downloads.

Documentation

For more help and document, see our documentation:

Example of code and execute

path "downloads/"
open "https://github.com/kremilly"

compress "folder.zip"

covers "covers/"

qrcode "qrcodes/"

print "Hello, World!"

style "https://raw.githubusercontent.com/sindresorhus/github-markdown-css/main/github-markdown.css"

readme "https://gist.githubusercontent.com/Kremilly/5fd360d994bb0fe108b648d0e4c9e92f/raw/ac524eba2112bf0bdbac1ad27e24f78f678589ec/readme-example.md"

downloads {
    https://arxiv.org/pdf/2405.01513 !ignore
    https://olacesar.com/e-books/protegido.pdf !ignore
    https://raw.githubusercontent.com/facebook/react/main/README.md
    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 -r scimon.mon

About

Scimon is a tool designed for batch downloading PDF files using its own dedicated language, Monset (.mon). Monset features a very simple and quick-to-write syntax, making it easy to use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages