File tree 1 file changed +34
-0
lines changed
WebScrapingScripts/Internship-Internshala
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 26
26
4 . Provide appropriate input
27
27
5 . Obtain the excel file in .xls format
28
28
29
+ ## Input Work Flows
30
+ ```
31
+ Include Work From home?
32
+ Include Part-time?
33
+ Internships for women?
34
+ Internships with job offer?
35
+ (Represent your choice with 1-True or 0-False separated by commas such as 1,0,0,1)
36
+
37
+ 1,0,0,0
38
+ Enter different categories separated by commas* (Required)
39
+ Web Development
40
+ Enter different locations separated by commas* (Required)
41
+ Mumbai,Delhi
42
+ Enter start date in format (yyyy-mm-dd) or leave empty for current date
43
+
44
+ Enter maximum duration or leave empty for any duration
45
+ 3
46
+ --------------------------------------------------------------------
47
+ How many pages you would like to get? Max Pages (16)
48
+ 2
49
+ Different pages on different sheets?(Default: Yes) | 1: No
50
+ #Leave empty if Yes
51
+ --------------Scraping Page 1 -----------------
52
+ --------------Scraping Page 2 -----------------
53
+
54
+ 1: Add New Sheet
55
+ 2: Save and Open the file in Excel
56
+ 3: Save file
57
+ 4: Discard file and Exit
58
+ 2
59
+ Enter the name of the file
60
+ Web_Dev
61
+ ```
62
+
29
63
## Output
30
64
31
65
![ ] ( https://github.com/rammya29/Awesome_Python_Scripts/blob/main/WebScrapingScripts/Internship-Internshala/Images/Internshala%20logo.jpg )
You can’t perform that action at this time.
0 commit comments