Skip to content

Releases: Wamy-Dev/ReziWebsite

v2.0.0-Release

09 Jan 02:18
Compare
Choose a tag to compare
  • Completely rewrote the scraper
  • Using Scrapy for a more controlled scraper
  • Better control over data
  • Allows for specific things to be sent to frontend such as console or icon type easily
  • Gets input.json from GitHub so rebuilding isn't necessary in case of changes.
  • Completely rewrote the frontend
  • Allows for better and more data to be displayed
  • Greater control over Meilisearch
  • Over better experience due to clean UI
  • Full Changelog: https://github.com/Wamy-Dev/ReziWebsite/commits/v2.0.0

This is the latest and final release of the Rezi Website as of 1/8/2023

This is the final release of the Rezi website. After exactly 2 years of developing Rezi, I am finally releasing the final release of Rezi. I just want to say thank you to everyone in [REDACTED] and my own Discord for supporting me on this journey and teaching me to code. All of your good words and praise has gotten me to this point of finally finishing Rezi and creating an amazing website that so many people use every single month. I want to say thank you to everyone who also contributed their ideas and insights to the project, you got Rezi to where it is now. I also want to thank my users for using Rezi, it means a lot for to see the analytics and see how much time people spend on the website and use the website.

Seriously, thank you for allowing me to make a great project.

Rezi will always be available at https://rezi.one.

v1.4.0-Working

21 Jun 22:40
Compare
Choose a tag to compare

-Added Undetected-Chromedriver

This is the latest release as of 6/21/2022

Added Undetected-Chromedriver and using UltraFunk's Docker container. This was done to bypass cloudflare limitations. I tried using it before, but using remote it never worked. This is all part of the issue that you can read up on here. This is because Undetected-Chromedriver cannot be used remotely. No release binaries as it is all in the root project.

v1.3.0R-Working

27 Apr 14:06
Compare
Choose a tag to compare

THIS ONLY WORKS IF USING REMOTE, IF USING LOCALLY, USE v1.3.0L.

-Made selenium more stealthy, as of now, Selenium Stealth and Undetected Chrome Driver do not work remotely,
-Fixed bugs

This is the latest release as of 4/27/2022

Fixed the cron monitoring and changed some chrome settings to hopefully bypass cloudflare and captchas on websites. I was having problems with this and it would stall the grabber, so I just went ahead and made a new release with it.

v1.3.0L-Working

27 Apr 13:22
cbe75d3
Compare
Choose a tag to compare

THIS ONLY WORKS IF USING LOCALLY, IF USING REMOTE, USE v1.3.0R.

-Added stealth to selenium to bypass cloudflare and captchas
-Fixed bugs

This is the latest release as of 4/27/2022

Fixed the cron monitoring and added Selenium Stealth to easily bypass cloudflare and captchas on websites. I was having problems with this and it would stall the grabber, so I just went ahead and made a new release with it.

v1.2.0-Working

26 Apr 03:40
Compare
Choose a tag to compare

-Added cron monitoring with healthchecks.io.
-Made the main.py a little more pretty.
-Made the docker image a little bit better and easier to build.

This is the latest release as of 4/25/2022

Added cron monitoring as I was suspicious of the update not actually running... but it is so that is good. If for some reason it fails for whatever reason, I will know it failed. I made the main.py file a little more pretty and added some better logging. I also did a lot of tinkering with the docker file, so now it is insanely easy to build for whoever decides to use it.

v1.1.0-Working

26 Apr 03:32
Compare
Choose a tag to compare

-Rebuilt file structure to be more organized.
-Always updated "Input Data.txt" file.
-Added popupblocker extension.
-Updated ublock origin.

This is the latest release as of 4/25/2022

I had to fix some things as updating links was a real pain, so now the website dynamically grabs an updated Input Data file from github, that way it can be easier to update along with making link requests a whole lot easier. I also updated the extensions and added a popupblocker as it was sort of a problem when grabbing links for selenium. I also updated the file structure as the structure so far was hard to go through and was generally disorganized. No files this time due to the file structure. Just either clone the repo, or you can download the source code from here and everything will be retained.

v1.0.0-Release

15 Mar 21:22
c9e9456
Compare
Choose a tag to compare

-Completely rewrote the searching
-Made search engine more reliable with Meilisearch
-Utilized Selenium for grabbing

This is the latest release as of 3/15/2022

This is the first release of the Rezi Website backend. It is pretty much perfect. To use the search engine, go to the website. There is not much to explain, as I will be making a full write up in the wiki. I will eventually revamp the ui, but this will be the last release for a while. Thank you all.