Skip to content

Commit

Permalink
Beta 1.0
Browse files Browse the repository at this point in the history
Rebase Dev v1.1

- Fixed issue with results not showing it was due to a error in calculating the longest list inside the output function I forgot to get max(len()) not just max() of all the lists

Rebase Dev v1.2

- Added a lot more names and words

- Cut the time of parsing names from 20s down to 2s and decreased the number of API call by 90%. There is an issue of it missing names that are in the CommonWords.txt this needs to be fixed by removing common names from that file.

Rewrite Dev v1.3

- Added New Words Lists For Filtering:

  - CountryNames.txt
  - States-Provinces.txt
  - CityNames.txt
  - CommonWebsitePhrases.txt
  - JobTitles.txt

Rewrite Dev v1.3.2

- Made it so if a common website phrase is in a name it returns and moves on

- Added more website phrases

Beta 1.0

- First Beta Released
  • Loading branch information
BirdsAreFlyingCameras committed Aug 29, 2024
1 parent 43e1e8c commit 8cd6f82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
beautifulsoup4==4.12.3
Brotli==1.1.0
PyEnhance==0.1.3
PyEnhance==0.1.3.1
regex==2023.12.25
Requests==2.32.0
rich==13.7.1
Requests==2.32.3
rich==13.8.0
urllib3==2.2.2

0 comments on commit 8cd6f82

Please sign in to comment.