在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:urbanguacamole/torrent-paradise开源软件地址:https://github.com/urbanguacamole/torrent-paradise开源编程语言:JavaScript 55.3%开源软件介绍:AboutWhat is this?If you don't know what Torrent Paradise/nextgen is, see the website. This is a repository of all the tools I use to build and run torrent-paradise.ml. The 'code name' of the project is nextgen (next gen torrent search), so don't be surprised if it comes up somewhere. SetupHere's what the setup looks like rn:
Read the server-setup.md file for more precise info. The programs create their own tables in the DB that they need. Database name is "nextgen". You need to create the materialized views (fresh and search). You can find some useful SQL code in snippets.sql. Each of the daemons (api, crawl-rss, seedleech-daemon) is its own standalone Go package and resulting binary. You have to compile the binaries yourself. There are systemd .service files available for each of the daemons. The torrent collection is a mashup of the (now no longer provided) TPB dumps, my own DHT spidering efforts, and magnetico community database dumps. The easiest way to get your own site up and running is to start with my .csv dump. It should be easy to import into any kind of system. It contains seed/leech counts too (!). If I were to import it, I'd modify import-magnetico-db. Torrent Paradise csv dump: MEGA BayFiles IPFS old dump (2020): MEGA Torrent Paradise pg_dump (database): MEGA BayFiles UsageGenerate the indexSee Generation of the IPFS index will prob take a long time, a machine with high single-core perf recommended (ipfsearch runs on node.js) Spider the DHTRun Scraping trackers for seed/leech dataRun Import a recent magnetico community dumpUse sqlite3 on a the decompressed dump to generate a .csv file. Format: infohash,name,length(bytes). Optionally quoted. Then use the go binary in import-magnetico-db to do the import. IPFS vs 'static'The directory website gets deployed to IPFS, static gets deployed to the server. Static calls the API, the IPFS version doesn't. ContributingBefore working on something, open an issue to ask if it would be okay. I would love to KISS. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论