https://github.com/eldeveloper/worker
Emperor's worker
https://github.com/eldeveloper/worker
Last synced: 3 months ago
JSON representation
Emperor's worker
- Host: GitHub
- URL: https://github.com/eldeveloper/worker
- Owner: ElDeveloper
- Created: 2013-06-19T21:49:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T19:30:33.000Z (over 4 years ago)
- Last Synced: 2025-01-19T20:37:55.364Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```