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

https://github.com/eldeveloper/worker

Emperor's worker
https://github.com/eldeveloper/worker

Last synced: 3 months ago
JSON representation

Emperor's worker

Awesome Lists containing this project

README

          

worker
======

Emperor's helper

## Installation

bash
```
conda create -n fileserver python=3.8 tornado
pip install github3.py
git clone https://github.com/eldeveloper/worker
```

## Starting the server

To get a server running, you'll need to have write access to `/var/www/html/downloads/`. Then you can run the following command, which will listen to requests on port 8888.

```
source activate fileserver
cd worker
python filer.py
```