Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

DeWixer

DeWixer is a Python program that removes Wix ads, and converts a Wix link to Neocities.

Neocities API

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.

Embed Fixer Setup

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: Screenshot 2025-07-16 103509

Step 2: Right click the parent (the upper most div within the tree) and click "Edit as HTML." Screenshot 2025-07-16 103840

Step 3: Copy and paste the HTML code into DeWixer. Repeat if prompted.

Dependencies

  • bs4
  • tqdm
  • io
  • subprocess
  • re
  • os
  • time
  • pycurl
  • shutil
  • datetime
  • base64

About

DeWixer is a Python program that removes Wix ads and converts a Wix link to Neocities.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages