I get files from dcc, and i'd love to seed them into i2p. Does anyone have a preferred tool set for constructing new torrents?
Comments
Oaloo OP wrote
thank you, but i was hoping for something i could automate to some extent. like on a cron job.
cumlord wrote (edited )
tuckit can be used to do this sort of thing http://git.simp.i2p/simp/TuckIt
it uses either mktorrent or torf to hash torrents. if you just need that functionality to automate things maybe seeing what's going on http://git.simp.i2p/simp/TuckIt/src/branch/main/modules/torrent_functions.py could help.
you could check a directory every so often and give one of these things the location of any new files, then have it symlink the data files to the torrent client directory then move the .torrent file in. http://git.simp.i2p/simp/i2music/src/branch/main/updateplaylists.py is doing other things, but this is what it does starting line 678
z3d wrote (edited )
Any I2P-capable torrent client should be able to create torrents. If you're running i2pd, try I2PSnark Standalone, either the + or "vanilla" version. If you're running a Java-based I2P, you'll already have I2PSnark available.