Wiki-Bulky --> It is a Django based web tool used to download and upload the bulk files from wikimedia commons and wikitionary.
- Project type - web application
- Language used - Django,Python
- It is used to download the bulk files from wikimedia commons by using the category search.
- Used to upload bulk words to wikitionary
- Project deployment in tools forge
- Files selection download
- Clone this repo
- activate the virtual env
~$ source bulk_downloader/bin/activate
3.Install the required modules
~$ pip3 install -r requirements.txt
- Run the migrations
~$ python3 manage.py makemigrations
~$ python3 manage.py migrate
~$ python3 manage.py runserver