Skip to content

snipp-gg/ShadowPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snipp + ShadowPlay

A simple Python package that automatically uploads NVIDIA ShadowPlay clips to Snipp, making your gaming highlight sharing seamless.

🎯 Purpose

This package is built exclusively for use with Snipp. It automatically uploads your clips and copies shareable links to your clipboard. This package is designed to be used with NVIDIA ShadowPlay.

🚀 Features

  • Monitors your ShadowPlay video folder for new clips
  • Uploads clips to Snipp via the API
  • Copies the shareable URL to your clipboard automatically

⚙️ Requirements

  • Python 3.8 or higher (preferably not the Microsoft Store version)
  • NVIDIA ShadowPlay (with clip saving enabled)
  • A valid API key from the Snipp Console

Dependencies (automatically installed with the package):

  • requests
  • pyperclip
  • watchdog
  • colorama

💪 Installation

pip install snipp

🔐 Configuration

  1. Get your API Key:
    Visit the Snipp Console and generate a key.

  2. Set your API Key:
    Set your API Key as an environment variable in Command Prompt or PowerShell as an Administrator:

    setx SNIPP_API_KEY YOUR_API_KEY

▶️ Usage

Once installed and configured, run:

snipp

The script will start watching your ~/Videos folder and upload new .mp4 files automatically.

✅ Usage Policy

  • This package is authorised solely for use with Snipp.
  • Do not modify it to interact with other services. Violations may lead to API key revocation or account suspension.

🤝 Contributing

We welcome suggestions and improvements for better integration with Snipp:

📄 Licence

MIT Licence © 2025 Snipp. See LICENCE for full details.

⚠️ Disclaimer

This package is provided "as is" and only for use with Snipp. Users must adhere to the Terms of Service and the Privacy Policy.

About

A simple Python package that automatically uploads NVIDIA ShadowPlay clips to Snipp.

Resources

Stars

Watchers

Forks

Languages