Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5aaee9/cowdirlist
CowTransfer dir listing
https://github.com/5aaee9/cowdirlist
Last synced: 5 days ago
JSON representation
CowTransfer dir listing
- Host: GitHub
- URL: https://github.com/5aaee9/cowdirlist
- Owner: 5aaee9
- Created: 2020-04-22T16:37:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:15:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T06:06:23.131Z (7 days ago)
- Language: Python
- Homepage: https://cow.indexyz.me
- Size: 1.54 MB
- Stars: 2
- Watchers: 3
- 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 pipenvpipenv install
pipenv shell uvicorn api.main:app
```