huseinzol05 commited on
Commit
d8be854
1 Parent(s): 2e81c7f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ms
4
+ ---
5
+ # Foodpanda
6
+
7
+ ## download
8
+
9
+ 1. [foodpanda-city.json](foodpanda-city.json),
10
+
11
+ Available cities and page links.
12
+
13
+ ```python
14
+ {'Kuala Lumpur': '/city/kuala-lumpur',
15
+ 'Penang': '/city/bayan-baru',
16
+ 'Petaling Jaya': '/city/petaling-jaya',
17
+ 'Subang': '/city/puchong',
18
+ 'Shah Alam': '/city/shah-alam',
19
+ 'Cyberjaya': '/city/cyberjaya',
20
+ ```
21
+
22
+ 2. [foodpanda-restaurant.json](foodpanda-restaurant.json),
23
+
24
+ Available restaurants for each cities.
25
+
26
+ ```python
27
+ {'Kuala Lumpur': {'La Risata Bar Pizzeria Ristorante': {'star': '4.5',
28
+ 'delivery': 'Free',
29
+ 'characters': ['Meat', 'Pasta', 'Salad', 'Pizza', 'Italian'],
30
+ 'link': '/chain/ce3iw/la-risata-bar-pizzeria-ristorante'},
31
+ 'Viapre Italian Restaurant KL': {'star': '4.3',
32
+ 'delivery': 'Free',
33
+ 'characters': ['Pizza'],
34
+ 'link': '/chain/ck3sy/viapre-italian-restaurant-kl'},
35
+ ```
36
+
37
+ 3. [foodpanda-foods-old.json](foodpanda-foods-old.json),
38
+
39
+ Total size is 98.7 MB.
40
+
41
+ Available foods for each restaurants.
42
+
43
+ ```python
44
+ {'La Risata Bar Pizzeria Ristorante': {'star': '4.5',
45
+ 'delivery': 'Free',
46
+ 'characters': ['Meat', 'Pasta', 'Salad', 'Pizza', 'Italian'],
47
+ 'link': '/chain/ce3iw/la-risata-bar-pizzeria-ristorante',
48
+ 'data': []},
49
+ 'Viapre Italian Restaurant KL': {'star': '4.3',
50
+ 'delivery': 'Free',
51
+ 'characters': ['Pizza'],
52
+ 'link': '/chain/ck3sy/viapre-italian-restaurant-kl',
53
+ 'data': [['Starters',
54
+ {'is_half_type_available': False,
55
+ 'id': 639959,
56
+ 'name': 'Bresaola',
57
+ 'code': 'm4yz-pr-dpsn',
58
+ 'description': 'Air dry beef loin slices on fresh mozzarella, mushroom pikles, evo oil and fine balsamic',
59
+ 'file_path': '',
60
+ 'logo_path': '',
61
+ 'half_type': None,
62
+ 'is_alcoholic_item': False,
63
+ 'product_variations': [{'id':
64
+ ```
65
+
66
+ Last update on 24th November 2019.
67
+
68
+ 4. [foodpanda-foods.json](foodpanda-foods.json),
69
+
70
+ Total size is 382.1 MB.
71
+
72
+ Available foods for each restaurants.
73
+
74
+ Last update on 15th August 2020.