A Windows desktop application for downloading torrents from RuTracker. Download single files or bulk downloads .
- Google Chrome must be installed on your system
- The application uses Selenium WebDriver to automate the login process through Chrome
If you prefer not to use Chrome automation, you can manually obtain your RuTracker session cookies and use them directly in the application.
- Ensure you have .NET 9 SDK installed
- Clone this repository:
git clone https://github.com/yourusername/RuSkraping.git cd RuSkraping - Build the application:
dotnet build
- Run the application:
dotnet run
- Launch the application
- Login:
- Automated: Click the login button and the app will open Chrome to authenticate
- Manual: Enter your RuTracker session cookies manually
- Search for torrents or browse the latest releases
- Download:
- Click on individual torrents to download single files
- Use the "Download All Results" button to download multiple torrents at once
This project targets .NET 9.0 and requires the .NET 9 SDK to build.
# Restore dependencies
dotnet restore
# Build the project
dotnet build --configuration Release
# Run the application
dotnet run- .NET 9.0 - Framework
- WPF - User Interface
- Selenium WebDriver - Browser automation
- FontAwesome.WPF - Icons


