Categorygithub.com/adityjoshi/t
repositorypackage
0.0.0-20241101113055-526cc910e131
Repository: https://github.com/adityjoshi/t.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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