MorVentura
commited on
Commit
•
2f01348
1
Parent(s):
65b3f24
Create Artists.txt
Browse files- Artists.txt +43 -0
Artists.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chosen artists = [
|
2 |
+
'Backstreet Boys', 'Spice Girls', 'Soulja Boy', 'ZAYN',
|
3 |
+
'Travis Scott', 'Sam Smith', 'DJ Khaled', 'Pharrell Williams',
|
4 |
+
'Stone Temple Pilots', 'Clean Bandit', 'Taylor Swift'
|
5 |
+
'2Pac', 'Colbie Caillat', 'Flo Rida',
|
6 |
+
'Gucci Mane', 'Young Money', 'Migos', 'Yo Gotti', 'G-Eazy',
|
7 |
+
'Foo Fighters', 'Kehlani', 'Princess Nokia', 'French Montana',
|
8 |
+
'OneRepublic', 'Elvis', 'Lola Marsh - לולה מארש',
|
9 |
+
'Lizzo', 'alt-J', 'Hozier', 'The Vaccines',
|
10 |
+
'Queen', 'Elton John', 'The Beatles', 'Simon & Garfunkel',
|
11 |
+
'The Lumineers', 'Andy Grammer', 'Gotye', 'Jack Johnson',
|
12 |
+
'Amy Winehouse', 'Bob Marley & The Wailers',
|
13 |
+
'AC/DC', 'Noga Erez', 'Noah Kahan', 'Noah Cyrus',
|
14 |
+
'John Legend', 'Pessenger', 'Red Hot Chili Peppers',
|
15 |
+
'Nirvana', 'Tame Impala', 'Post Malone',
|
16 |
+
'Tones And I', 'Vance Joy', 'Ed Sheeran', 'MIKA',
|
17 |
+
'The Chainsmokers', 'America', 'ABBA', 'Leon Bridges',
|
18 |
+
'The Kooks', 'Arctic Monkeys', 'Eric Clapton', 'theAngelcy',
|
19 |
+
'U2', 'slenderbodies', 'Asaf Avidan', 'Augustine',
|
20 |
+
'Regina Spektor', 'Stevie Wonder', 'Coldplay',
|
21 |
+
'Selena Gomez', 'George Ezra', 'Led Zeppelin', 'Pink Floyd',
|
22 |
+
'The Rolling Stones', 'Eagles', 'Aretha Franklin',
|
23 |
+
'David Bowie', 'Bee Gees', 'Bob Dylan and The Band',
|
24 |
+
'Michael Jackson', 'Prince', 'Madonna', 'Guns N’ Roses',
|
25 |
+
'Metallica', 'Tracy Chapman', 'Jason Derulo','System of a Down',
|
26 |
+
'Nicki Minaj',
|
27 |
+
'Britney Spears', 'Lady Gaga', 'Shakira', 'Ludacris','Akon',
|
28 |
+
'Dua Lipa', 'The Weeknd','Miley Cyrus', 'Logic',
|
29 |
+
'Rachel Platten', 'Sia', 'Muse', 'Maroon 5', 'Christina Perri',
|
30 |
+
'Lorde', 'Jennifer Lopez', 'Cardi B',
|
31 |
+
'Major Lazer', 'Imagine Dragons', 'Birdy',
|
32 |
+
'John Newman', 'Bruno Mars',
|
33 |
+
'P!nk', 'Lana Del Rey', 'Gorillaz', 'Mumford & Sons',
|
34 |
+
'Billie Eilish', 'Ariana Grande', 'Megan Thee Stallion',
|
35 |
+
'Doja Cat', 'Halsey', 'Rick Astley', 'Shawn Mendes',
|
36 |
+
'Justin Bieber', '24kGoldn', 'Katy Perry', 'Iggy Azalea',
|
37 |
+
'Matchbox Twenty', 'Uncle Kracker',
|
38 |
+
'Rage Against the Machine', 'The Proclaimers',
|
39 |
+
'Future', 'AWOLNATION', 'Weezer', 'MGMT',
|
40 |
+
'twenty one pilots', 'The Prodigy', 'Missy Elliott', 'Eve',
|
41 |
+
'The Presidents of the United States of America', 'Meek Mill',
|
42 |
+
'Drake', 'Macklemore', '21 Savage',
|
43 |
+
'T-Pain', 'Ellie Goulding', 'Tenacious D', 'Sublime']
|