Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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: