forked from siyuniu/memes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy_user.json
76 lines (76 loc) · 2.54 KB
/
dummy_user.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"accounts" : {
"johndoe" : {
"password" : "asdf",
"first_name": "John",
"second_name": "Doe",
"picture": "http://i0.wp.com/cdn.techgyd.com/save-whatsapp-profile-picture-image3.jpg?resize=337%2C337",
"age": "22",
"geography": "California",
"subreddit": ["funny", "politics", "nba"],
"bio" : "funny guy"
},
"janedoe" : {
"password" : "password",
"first_name": "Jane",
"second_name": "Doe",
"picture": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR4KiUZJdR7WeC_2RlUdcmeaLXABkFS9IGuRnATDgVlKkBmcNiu",
"age": "17",
"geography": "Maine",
"subreddit": ["funny", "news", "pics"],
"bio" : "funny girl"
},
"johnsmith" : {
"password" : "test",
"first_name": "John",
"second_name": "Smith",
"picture": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9HcNjFR-tdb0yLhJrj9k7gmeHZ1RyP0PZ6TV_4Lv4CSa53MqKxw",
"age": "26",
"geography": "Illinois",
"subreddit": ["gaming", "leagueoflegends", "Overwatch"],
"bio" : "hahahah"
},
"janesmith" : {
"password" : "123456789",
"first_name": "Jane",
"second_name": "Smith",
"picture": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGkMTkEe4NNNWkgOHdw2Z004hf-NVZkL6a6gf8Aqv0I5XIuFSCQg",
"age": "35",
"geography": "Michigan",
"subreddit": ["funny", "videos", "pics"],
"bio" : "sdfssdjkasdlf"
},
"pacoiglesias" : {
"password" : "..........",
"first_name": "Paco",
"second_name": "Iglesias",
"picture": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcReU6RgFHt4LfEjABxWObu-KL1M_AL-AoRXVxfAh0htbBGq_JIk",
"age": "12",
"geography": "Ohio",
"subreddit": ["politics", "nba", "MMA"],
"bio" : "asdfasdf"
},
"alphabeta" : {
"password" : "omega",
"first_name": "Alpha",
"second_name": "Beta",
"picture": "https://i.pinimg.com/736x/d0/b1/c1/d0b1c100c871ee188bfb7e6357c61a38--profile-photography-white-photography.jpg",
"age": "44",
"geography": "Texas",
"subreddit": ["gifs", "leagueoflegends", "dankmemes"],
"bio" : "asfdasdfg"
}
},
"categories" : {
"wholesome" : {
"picture" : "https://i.pinimg.com/736x/d0/b1/c1/d0b1c100c871ee188bfb7e6357c61a38--profile-photography-white-photography.jpg",
"subreddit" : ["WholesomeMemes", "WholesomeBPT", "wholesomedogmemes"],
"bio" : "all the wholesome memes you could want"
},
"dank" : {
"picture" : "https://i.pinimg.com/736x/d0/b1/c1/d0b1c100c871ee188bfb7e6357c61a38--profile-photography-white-photography.jpg",
"subreddit" : ["dankmemes", "DankMemeArchive"],
"bio" : "all the dank memes you could want"
}
}
}