diff --git a/.gitignore b/.gitignore index 556fc5b..fe39681 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ configs/v2/*.txt configs/v2/images/bunnies/output/*.jpg configs/v2/images/puppies/output/*.jpg +configs/v2/make_variations_v2-DESKTOP-A44CV6F.py diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..36acc7d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "C:\\Users\\donni\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe" +} \ No newline at end of file diff --git a/configs/v2/make_variations_v2.py b/configs/v2/make_variations_v2.py index 4f84aab..c59899e 100755 --- a/configs/v2/make_variations_v2.py +++ b/configs/v2/make_variations_v2.py @@ -68,6 +68,7 @@ #'They\'re all corrupt sh!tbags', #'President pardons self for any and all crimes he, family, friends commit, or may commit.', 'Brutal autocrats invite Trump to address annual convention.', + 'Trump doubles down on doubling down. Wait, what? What is this, Vegas?' ], 'actions': { 'trump': { @@ -274,6 +275,20 @@ ], 'randomize_mode': 'always', }, + 'musk': { + 'default_enabled': False, + 'find_regex': [ + "((ELON|Elon)\\s)?(MUSK|Musk)(?!\\w)", "g" + ], + 'randomize_mode': 'always', + }, + 'kanye': { + 'default_enabled': False, + 'find_regex': [ + "(KANYE|Kanye)\\s?((WEST|West)?)!\\w", "g" + ], + 'randomize_mode': 'always', + }, }, } @@ -1754,6 +1769,32 @@ ], 'loser': [], }, + 'musk': { + 'clean': [ + 'Chief Twit (his words as well as ours)', + 'Darth Twitter', + 'Dijon Mustard', + 'Melon Husk', + 'Keno Slum', + 'Mole Sunk', + 'Space Karen', + 'Phony Stark', + 'Worthless Billionaire', + ], + 'dirty': [], + 'loser': [], + }, + 'kanye': { + 'clean': [ + 'Black Adolf Hitler', + 'Rapper Who Used To Be Married To A Gold Digger', + 'Softer, Worse, Slower, Weaker', + ], + 'dirty': [ + "Kim Kardashian's Ex-Dick", + ], + 'loser': [], + }, } url_base = 'https://toolsofourtools.org/detrumpify2/v2/'