seedcross
cross-seed utility with web interface
File Explorer
Download Latest Version (.zip)- __init__.py
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- urls.py
- views.py
- 0001_initial.py
- 0002_auto_20220124_1013.py
- 0003_auto_20220207_2233.py
- 0004_auto_20220419_1221.py
- 0005_crosstorrent_fixed.py
- 0006_auto_20220503_1727.py
- 0007_auto_20220505_1133.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- CrossSeedAutoDL.py
- forms.py
- humanbytes.py
- models.py
- tasks.py
- tests.py
- torcategory.py
- torclient.py
- tortitle.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- seedcross1.png
- style.css
- utils.js
- style.css
- seedman-solid.png
- bootstrap.min.css
- bootstrap.min.css.map
- doctools.css
- jquery.dataTables.css
- seedman.css
- data1.json
- favicon.ico
- sort_asc.png
- sort_asc_disabled.png
- sort_both.png
- sort_desc.png
- sort_desc_disabled.png
- Sorting icons.psd
- bootstrap.min.js
- chart.js
- chart.min.js
- chartjs-adapter-date-fns.bundle.min.js
- jquery-3.5.1.min.js
- jquery-3.5.1.min.map
- jquery-3.6.0.min.js
- jquery.dataTables.js
- moment.min.js
- popper.min.js
- favicon.ico
- base_accounts.html
- login.html
- password_change.html
- password_change_done.html
- password_reset.html
- password_reset_complete.html
- password_reset_confirm.html
- password_reset_done.html
- password_reset_email.html
- password_reset_subject.txt
- history.html
- list.html
- logdiv.html
- settings.html
- update.html
- _form.html
- _pagination2.html
- base_generic.html
- .gitignore
- manage.py
- README.md
- README_CN.md
- requirements.txt
- start.sh
# Installation Guide
1. Get the code
git clone https://github.com/ccf-2012/seedcross
Downloads the entire project code from GitHub to your computer.
cd seedcross
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
sudo pip install virtualenv
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
RUN pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
