Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
torf provides a Torrent
and a Magnet
class.
torf-cli <https://github.com/rndusr/torf-cli>
_ and torf-gui <https://github.com/SavageCore/torf-gui>
_ provide user interfaces for torf.
This project started as a fork of dottorrent <https://github.com/kz26/dottorrent>
_ but turned into a rewrite.
Torrent
instance from a path to the torrent's content or by
reading an existing .torrent
filemetainfo
propertyBTIH magnet URI <https://en.wikipedia.org/wiki/Magnet_URI_scheme>
_ from a .torrent
file
(the reverse is also possible but the resulting torrent is incomplete due to
the lack of information in magnet URIs).. code:: python
from torf import Torrent
t = Torrent(path='path/to/content',
trackers=['https://tracker1.example.org:1234/announce',
'https://tracker2.example.org:5678/announce'],
comment='This is a comment')
t.private = True
t.generate()
t.write('my.torrent')
Everything should be explained in the docstrings. Read it with pydoc3 torf.Torrent
or pydoc3 torf.Magnet
.
Documentation is also available at torf.readthedocs.io <https://torf.readthedocs.io/>
_ or torf.readthedocs.io/en/latest <https://torf.readthedocs.io/en/latest>
_ for the development version.
torf is available on PyPI <https://pypi.org/project/torf>
_.
The latest development version is in the master branch on GitHub <https://github.com/rndusr/torf>
_.
I consider this project feature complete, but feel free to request new features or improvements. Bug reports are always welcome, of course.
GPLv3+ <https://www.gnu.org/licenses/gpl-3.0.en.html>
_
FAQs
Python 3 module for creating and parsing torrent files and magnet URIs
We found that torf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.