-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from dtcarls/develop
major reorg and refactor
- Loading branch information
Showing
23 changed files
with
881 additions
and
748 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
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 |
---|---|---|
|
@@ -133,4 +133,6 @@ dmypy.json | |
#misc. | ||
.vscode/* | ||
|
||
ff_bot/ids.txt | ||
gamedaybot/ids.txt | ||
*.sh | ||
*.ipynb |
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,9 +1,9 @@ | ||
FROM python:3.9.9-slim-bullseye | ||
|
||
# Install app | ||
ADD . /usr/src/ff_bot | ||
WORKDIR /usr/src/ff_bot | ||
ADD . /usr/src/gamedaybot | ||
WORKDIR /usr/src/gamedaybot | ||
RUN python3 setup.py install | ||
|
||
# Launch app | ||
CMD ["python3", "ff_bot/ff_bot.py"] | ||
CMD ["python3", "gamedaybot/espn/espn_bot.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
worker: python3 ff_bot/ff_bot.py | ||
worker: python3 gamedaybot/espn/espn_bot.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,7 +1,7 @@ | ||
version: "3.7" | ||
|
||
services: | ||
ff_bot: | ||
gamedaybot: | ||
build: | ||
context: . | ||
restart: always | ||
|
Empty file.
Oops, something went wrong.