Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.49 KB

readme.md

File metadata and controls

67 lines (41 loc) · 1.49 KB

Group 1 (2)

Introduction

Welcome to T—a fun and lightweight torrent client crafted with Go! If you’re tired of bulky torrent clients and just want something simple and efficient, you’re in the right place.

Getting Started

Prerequisites

Before diving in, make sure you have:

  • Go (version 1.16 or later)
  • Git

Installation Steps

  1. Clone the repository:

    git clone https://github.com/adityjoshi/T.git
    cd T
  2. Build the application:

    go build
  3. Run it:

    ./T

How to Use

  1. Open T and add your .torrent files.
  2. Sit back and watch the magic happen as your downloads start!
  3. Customize your settings as needed, and enjoy the speed.

Limitations

  • Only supports .torrent files (no magnet links).
  • Only supports HTTP trackers.
  • Does not support multi-file torrents.
  • Strictly leeches (does not support uploading pieces).

Additional Information

For a more in-depth explanation of the project and its features, check out the detailed README.

Contributing

Got ideas? We’d love your help! Here’s how to contribute:

  1. Fork the repo.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit (git commit -m 'Add your feature').
  4. Push to your branch (git push origin feature/YourFeature).
  5. Open a pull request.

t <3