Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoufachen/clone-anonymous4open
clone/download codes from https://anonymous.4open.science/
https://github.com/shoufachen/clone-anonymous4open
Last synced: 18 days ago
JSON representation
clone/download codes from https://anonymous.4open.science/
- Host: GitHub
- URL: https://github.com/shoufachen/clone-anonymous4open
- Owner: ShoufaChen
- Created: 2019-11-24T11:28:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T13:25:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T18:09:50.465Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 31
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~~Clone codes from anonymous.4open.science~~
**Can NOT work now** :pensive:
Only supports Python3.
## Prerequisites
```
pip install beautifulsoup4
pip install lxml
```## Quick Start
```
git clone https://github.com/ShoufaChen/clone-anonymous4open
cd clone-anonymous4open
python clone.py --clone-dir /path/to/save --target anonymous-url
```
Example:
```
python clone.py --clone-dir ../examples --target https://anonymous.4open.science/r/840c8c57-3c32-451e-bf12-0e20be300389/
```## TODO
- [ ] support files that do not have `` element.
- [ ] support *.md files## Acknowledgement
Thanks to excellent [Luyuan](https://github.com/BeBeBerr) for helpful instructions. :poultry_leg::poultry_leg::poultry_leg: