Numerade Video Viewer
This project is now actively maintained with two ways to access Numerade videos:
-
Discord Bot (Recommended): Join our Discord server to use the bot! Simply use the
/numerade
command with any Numerade video URL. -
Self-Hosted API: The
deployment
branch contains the API that powers the Discord bot. You can deploy it to Vercel using your own Numerade premium credentials:- Fork this repository
- Set up a Vercel project
- Create a free Redis database at Redis
- Add your credentials as environment variables:
NUMERADE_EMAIL=your_premium_email NUMERADE_PASSWORD=your_premium_password REDIS_HOST=redis-your_public_endpoint REDIS_PASSWORD=your_default_user_password
- Deploy the
deployment
branch
Easy to Use: Simply input the URL of the Numerade question, and the video viewer will retrieve the video for you. Bypass Subscription: This tool allows you to access Numerade's video content without needing a subscription.
- Open the Numerade Video Viewer website by cloning this repository to your machine.
- In the input box, paste the URL of the Numerade question you want to view. The URL should start with
https://www.numerade.com/questions/
orhttps://www.numerade.com/ask/question/
. - Click the
Submit
button to process the link. - The video will be displayed on the screen if available. You can watch it directly within the web application.
Alternatively, you can use the Numerade Video Viewer as a userscript. This allows you to automatically fetch and display the unlocked video directly on the Numerade question page.
- Install a userscript manager extension like Tampermonkey or Violentmonkey in your browser.
- Click on the "Install Userscript" button above to install the userscript.
- Navigate to a valid Numerade question page, and the userscript will automatically execute, fetching and displaying the unlocked video where there would normally be a static paywall image.
This application is a proof of concept and is intended for educational purposes only. It demonstrates the technical possibility of scraping web content and should not be used to infringe on the rights of Numerade or any other service.
Please note that this tool should be used responsibly and within the confines of legal and ethical boundaries. This project is not affiliated with Numerade.
- ✅ Discord Bot: Fully functional, free to use on our Discord server
- ✅ API: Available for self-hosting (requires premium credentials)
⚠️ Userscript: Currently unmaintained (see Discord bot alternative)⚠️ Web App: Currently unmaintained (see Discord bot alternative)
- Easy to use
/numerade
slash command - Downloads videos directly to Discord
- Supports both question types:
https://www.numerade.com/questions/...
https://www.numerade.com/ask/question/...
- No setup required, just join and use!
- For bot support, join our Discord server
- For API deployment issues, create a GitHub issue
- For Redis setup help, refer to Redis Cloud Documentation
Contributions are welcome! The deployment
branch contains the current active codebase.
This application is a proof of concept and is intended for educational purposes only. It demonstrates the technical possibility of automating web content access and should not be used to infringe on the rights of Numerade or any other service. Please use responsibly and within legal boundaries. This project is not affiliated with Numerade.