-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.env |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,18 +1,18 @@ | ||
#Welcome to Rezi! | ||
# ____ _ | ||
# / __ \___ ____ (_) | ||
# / /_/ / _ \/_ / / / | ||
# / _, _/ __/ / /_/ / | ||
#/_/ |_|\___/ /___/_/ | ||
#Rezi was written in Python 3.9.6 on Sublime Text. | ||
#Please visit the github at https://github.com/Wamy-Dev/ReziWebsite | ||
import requests | ||
import sys | ||
from datetime import datetime | ||
sys.path.append('./components') | ||
# | ||
now=datetime.now() | ||
current_time = now.strftime("%H:%M:%S") | ||
print(f"Time started: {current_time}.") | ||
# | ||
#Welcome to Rezi! | ||
# ____ _ | ||
# / __ \___ ____ (_) | ||
# / /_/ / _ \/_ / / / | ||
# / _, _/ __/ / /_/ / | ||
#/_/ |_|\___/ /___/_/ | ||
#Rezi was written in Python 3.9.6 on Sublime Text. | ||
#Please visit the github at https://github.com/Wamy-Dev/ReziWebsite | ||
import requests | ||
import sys | ||
from datetime import datetime | ||
sys.path.append('./components') | ||
# | ||
now=datetime.now() | ||
current_time = now.strftime("%H:%M:%S") | ||
print(f"Time started: {current_time}.") | ||
# | ||
import grabber |
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,6 +1,6 @@ | ||
beautifulsoup4 | ||
selenium | ||
selenium-stealth | ||
undetected-chromedriver | ||
output | ||
meilisearch | ||
python-decouple |