Skip to content
/ t Public

T—a fun and lightweight torrent client crafted with Go t <3

Notifications You must be signed in to change notification settings

adityjoshi/t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

T—a fun and lightweight torrent client crafted with Go t <3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages