https://github.com/5aaee9/cowdirlist
CowTransfer dir listing
https://github.com/5aaee9/cowdirlist
Last synced: 5 months ago
JSON representation
CowTransfer dir listing
- Host: GitHub
- URL: https://github.com/5aaee9/cowdirlist
- Owner: 5aaee9
- Created: 2020-04-22T16:37:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:15:47.000Z (over 3 years ago)
- Last Synced: 2025-10-11T12:11:42.837Z (8 months ago)
- Language: Python
- Homepage: https://cow.indexyz.me
- Size: 1.54 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CowDirList
CowTransfer dir listing
## Quick start
First edit your config in `api/config.py`
Make sure python >= 3.8 installed
```bash
pip install pipenv
pipenv install
pipenv shell uvicorn api.main:app
```