Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.61 KB

week 3.md

File metadata and controls

39 lines (24 loc) · 1.61 KB

Week-3 : Basic Python scripting ( Requests and BeautifulSoup )

( Timeline : 03st June'19 - 09th June'19 )

# Task Points Format To Submit
1 Fetch the flag from here, print all headers 50 C
2 Fetch all data from here and create a csv file with keys as column names 50 C
3 Find unique emails from this endpoint. 50 C
4 Get a zomato api key and show the top 5 restaurants based on user rating , whose aggregate_rating > 3. Your script should take the city as input from the user.1 250 C
5 Write a python script to list name of all TV show under IMDb Top 250TV chart. 100 C
6 Write a python script to list name of TV show from IMDb Top 250TV chart which have rating between 8.5 to 8.8. 150 C
7 Write a python script to list name of all TV show under IMDb Top 250TV chart released in same year( take year_released=some_year). 200 C
TOTAL 850

1:

For this you may need to use a combination of different zomato apis endpoints, like some api endpoints would fetch you the restaurants in an area, others would fetch you the ratings etc.

Note :

1 : A few more tasks may be added later.
2: url to perform task 5-7.

Index
C Code
S Screenshot
G/V Gif/Video

enjoy hacking :)

try harder