Skip to content

Acceptable Use Policy

Last Updated: April 24, 2026


Overview

This Acceptable Use Policy outlines what you may and may not do with Nothing Ecosystem software.

The short version: You can scrape public websites. Don't break the law. Be respectful.


You May

ActivityStatus
Scrape public websites✅ Yes
Automate browser tasks✅ Yes
Reverse engineer public APIs✅ Yes
Build tools on top of Piggy✅ Yes
Create community language wrappers (Python, Go, Rust, etc.)✅ Yes
Use the software commercially✅ Yes
Modify the source code✅ Yes (MIT License)
Fork the repository✅ Yes

You May Not

ActivityStatusWhy
Use for illegal activities❌ NoIt's the law
Bypass authentication systems❌ NoThat's hacking
Scrape non-public data❌ NoRespect privacy
Overwhelm servers❌ NoBe respectful
Sell access to our software❌ NoIt's open source
Claim you wrote the software❌ NoKeep credits
Remove license headers❌ NoMIT requires it

Community Language Libraries

You are welcome to create community language wrappers (Python, Go, Rust, etc.).

Requirements

RequirementDetail
You maintain itBug fixes, updates, documentation
You keep it updatedWhen Piggy adds features, you add them
You handle issuesUsers will come to you
Dot notationKeep API consistent with original

Dot Notation Rule

python
# ✅ Good - dot notation
site.navigate()
site.click("#button")
site.evaluate("() => document.title")

# ❌ Bad - hell function names
navigate_site_function()
click_the_button_please()
do_the_evaluate_thing()

What We Will Do

  • ✅ Feature your library in our README
  • ✅ Send users your way
  • ✅ Not compete with you (if your wrapper is good)

What We Will Not Do

  • ❌ Maintain your library
  • ❌ Fix your bugs
  • ❌ Answer questions about your code

Deprecation Policy for Community Libraries

Your library may be deprecated from our README if:

ReasonGrace Period
Inactive for 6+ months30 days notice
Behind by 3+ versions60 days notice
A better library comes along90 days notice
Buggy/unmaintainedImmediate (after discussion)

When a Better One Comes

If someone else creates a better-maintained library in the same language:

  • Both libraries will be listed initially
  • Users will choose the better one
  • The less maintained one may be marked "legacy"
  • Eventually deprecated if no improvements

Competition is good for users.


Rate Limiting and Respectful Scraping

Do

  • ✅ Add delays between requests
  • ✅ Respect robots.txt
  • ✅ Use caching when possible
  • ✅ Limit concurrent requests

Don't

  • ❌ DDoS websites
  • ❌ Ignore 429 (Too Many Requests) responses
  • ❌ Scrape faster than a human would browse
  • ❌ Ignore website terms of service

Be a good citizen of the web.


Reporting Violations

If you see someone using Nothing Ecosystem software for illegal purposes:

  1. Don't engage with them
  2. Report to GitHub (if on our platforms)
  3. Report to local authorities if appropriate

We take violations seriously.


Enforcement

Violation of this policy may result in:

ViolationConsequence
First offense (minor)Warning
Repeated minor violationsSupport ban
Major violation (illegal activity)Report to authorities
Abusive behaviorImmediate support ban

We will not revoke your right to use the software. It's open source. But we may revoke your right to support.


Contact

Report violations or ask questions:


Nothing Ecosystem · Ernest Tech House · Kenya · 2026

Last updated:

MIT Licensed | Built by Ernest Tech House · Kenya · 2026