You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ultrageranium 9d371386b7 more minor edit of about.txt 7 years ago
scripts Merge branch 'master' of gitlab.com:xpub/xpub2017 7 years ago
.gitignore new site 7 years ago
README.md minor editing of about 7 years ago
about.txt more minor edit of about.txt 7 years ago
index.html added textonimage class 7 years ago
makefile about no p 7 years ago
map.js added textonimage class 7 years ago
styles.css added back black links for non textonimage text 7 years ago
xpub.top.json new site 7 years ago

README.md

Installation

Create and activate your venv.

 virtualenv venv
 source venv/bin/activate

Install python dependencies with pip

 pip install pillow html5lib mwclient

In case of troubles with html5 lib, Make sure your virtualenv is up to date.