A interactive database of private BitTorrent tracker statistics with sorting and filtering capabilities. Built using AlpineJS, HTML5 and CSS3
This project provides a user-friendly interface to explore and manage private BitTorrent tracker statistics. It allows users to sort, filter, and search through a wide range of trackers, making it easier to find the right one for their needs. The UI is built with AlpineJS, ensuring a lightweight and responsive experience. There is a dark and light mode toggle as well as a accent color switcher, allowing users to customize their viewing experience. The data is stored in a JSON format, making it easy to update and maintain. The data is sourced from user contributions and regularly updated using Jackett, ensuring that the information remains current and relevant.
Simply visit the live site to start exploring tracker data immediately.
# Clone the repository
git clone https://github.com/hdvinnie/Private-Trackers-Spreadsheet.git
# Navigate to project directory
cd Private-Trackers-Spreadsheet
# Install dependencies (for Jackett updates)
npm install
# Update Jackett tracker data (optional)
node read.js
# Serve locally (any static server)
npx serve .
-
🍴 Fork the Repository
# Click the "Fork" button on GitHub or use: gh repo fork hdvinnie/Private-Trackers-Spreadsheet
-
🌿 Create a Feature Branch
git checkout -b feature/your-amazing-feature
-
✨ Make Your Changes
- Add new tracker data to
trackers.json
- Improve the UI/UX
- Fix bugs or enhance features
- Update documentation
- Add new tracker data to
-
🚀 Submit a Pull Request
git commit -m "add: amazing new feature" git push origin feature/your-amazing-feature
Made with ❤️ by the private tracker community
If you find this project useful, please consider giving it a ⭐ star on GitHub!