Scripts & Tools

Everything you need to know about buying, installing, and running premium scripts and tools from the Zenorar marketplace.

Types of Scripts Available

1

Automation scripts

These scripts handle repetitive tasks automatically — web scraping, data processing, social media automation, and workflow management. Most are written in Python, JavaScript, or Bash and run from your terminal or server.

2

Web tools & browser extensions

Browser-based tools and extensions that work directly in Chrome, Firefox, or Edge. These typically require no installation beyond adding them to your browser or injecting them via a bookmarklet.

3

API integrations & bots

Pre-built integrations that connect services together — Telegram bots, Discord bots, webhook handlers, and third-party API wrappers. Most require API credentials from the relevant platform to function.

4

System utilities

Command-line tools and scripts for system administration, file management, network analysis, and security testing. These typically run on Linux, macOS, or Windows with appropriate permissions.

Installing Your Script

1

Download your files from the Dashboard

After purchase, go to Account > My Orders and click the download button for your product. Files come as a .zip archive containing the script, a README, and any supporting configuration files.

2

Read the README before running anything

Every product includes a README file with specific installation instructions. This is the most important step — requirements, environment setup, and configuration vary between scripts. Skipping this is the most common cause of setup issues.

3

Install required dependencies

Most scripts list their dependencies in a requirements.txt (Python) or package.json (Node.js) file. Run the appropriate installer: `pip install -r requirements.txt` for Python or `npm install` for Node.js projects.

4

Configure environment variables

Many scripts require API keys, tokens, or credentials stored in a .env file. Duplicate the .env.example file (if provided), rename it to .env, and fill in your values. Never share your .env file or commit it to version control.

5

Run the script and verify

Follow the README instructions to start the script. Most will print a success message or begin outputting results. If you encounter errors, check the Troubleshooting section of the README first before contacting support.

Compatibility & Requirements

1

Check the requirements before buying

Each product page lists its supported operating systems, runtime versions (e.g. Python 3.10+, Node 18+), and any external services required. Verify these match your environment before purchasing.

2

Python scripts

Python scripts typically require Python 3.8 or higher. We recommend using a virtual environment (`python -m venv venv`) to avoid conflicts between projects. Install dependencies inside the virtual environment, not globally.

3

Node.js scripts

Node.js scripts require Node 16 or higher and npm or yarn. Check the package.json for the specific version requirements. Using nvm (Node Version Manager) makes it easy to switch between Node versions.

4

Browser-based tools

Browser extensions and injected scripts work best in the latest version of Chrome or Firefox. Some tools may require you to disable certain browser security settings temporarily — the README will specify this.

License Types Explained

1

Standard License

The Standard License allows you to use the product for a single personal or commercial project. You may not resell, redistribute, or sublicense the code. This is the right license for most individual use cases.

2

Extended License

The Extended License allows use across multiple projects and client work. It covers commercial applications where the end product is sold or monetised. If you're building a product for clients or building a SaaS tool, choose Extended.

3

What you cannot do with either license

You may not resell the original script files, offer them on other marketplaces, or claim authorship. Reverse-engineering and redistribution of source code are prohibited. These terms apply regardless of license type.

Frequently Asked Questions

Still need help?

Can't find what you're looking for? Our support team is ready to help you.

Submit a Ticket← Back to Help Center