DeWixer is a Python program that removes Wix ads, and converts a Wix link to Neocities.
The Neocities API allows you to automatically upload your converted Wix site to your Neocities one. To set up the API, you need a API key. Once you have retrieved that, type after your site name: -aset. Example:
https://example.wixsite.com/example -aset
You'll see a prompt asking for your API key, paste it in and you're done.
So you use DeWixer and it tells you to go to the GitHub. That is due to you having iframes in your Wixsite. Due to how horrible the Wix's Thunderbolt framework is, "wix-iframe" never loads on Neocities. Even if the iframe did load, it would take a stupid amound of time, since Thunderbolt forces lazy-loading. In the scope of workablity and speed, you have to enter in the "wix-iframe" manually. This will save to a file in your Documents folder so you never have to enter that iframe's code again.
Step 1: Go to your Wixsite and inspect your iframe. You should see something like this:
Step 2: Right click the parent (the upper most div within the tree) and click "Edit as HTML."
Step 3: Copy and paste the HTML code into DeWixer. Repeat if prompted.
- bs4
- tqdm
- io
- subprocess
- re
- os
- time
- pycurl
- shutil
- datetime
- base64