-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added main script that allows for Calendar integration, and misc. cha…
…nges * HackerEarth scraper has similarly been reworked to be functional; Bugfixes for CodeChef scraper * Created a main file; It performs all the functionalities covered by executor.sh. Updated README and requirements
- Loading branch information
Showing
11 changed files
with
270 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
tinydb | ||
requests | ||
bs4 | ||
selenium | ||
requests==2.22.0 | ||
beautifulsoup4==4.9.1 | ||
google_api_python_client==1.10.0 | ||
google_auth_oauthlib==0.4.1 | ||
selenium==3.141.0 | ||
tinydb==3.15.2 |
Oops, something went wrong.