-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
5b02322
commit e096a9d
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM python:3.12 | ||
LABEL authors="batsi" | ||
COPY Search.py . | ||
COPY ScrappedSearch.py . | ||
COPY requirements.txt . | ||
COPY data.json . | ||
COPY log.txt . | ||
COPY help.txt . | ||
COPY found.txt . | ||
COPY users.json . | ||
RUN pip install -r requirements.txt | ||
CMD ["python", "Search.py"] | ||
CMD ["python", "ScrappedSearch.py"] |
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 +1 @@ | ||
{"admins": [1363003331], "users": [1363003331, 643091620, 1443044501, 887896592, 714402088, 5235627579, 1567090830], "ban": [], "nicknames": {"1363003331": "zv3zdochka", "643091620": "Yellowbluebuslessthanthree", "1443044501": "KsAKarpeeva", "887896592": "kypluk4", "714402088": "the_real_shady", "5235627579": "None", "1567090830": "None"}} | ||
{"admins": [1363003331, 714402088], "users": [1363003331, 714402088], "ban": [], "nicknames": {"1363003331": "zv3zdochka", "643091620": "Yellowbluebuslessthanthree", "1443044501": "KsAKarpeeva", "887896592": "kypluk4", "714402088": "the_real_shady", "5235627579": "None", "1567090830": "None"}} |