-
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.
Several small updates. See Pull Request for details
- Loading branch information
1 parent
31e9416
commit ef512fc
Showing
7 changed files
with
899 additions
and
1,214 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,9 +62,11 @@ Assumes you have Python3 and pip3 installed already. | |
``` | ||
git clone [email protected]:acceptableEngineering/nf-firebot.git | ||
cd nf-firebot | ||
pip3 install -r requirements.txt | ||
python3 -m venv dev_env | ||
source dev_env/bin/activate | ||
pip install -r requirements.txt | ||
echo 'NF_IDENTIFIER=ANF' >> .env | ||
python3 firebot.py | ||
python3 ./firebot.py | ||
``` | ||
|
||
### Option #2: Customized Setup | ||
|
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,20 @@ | ||
astroid==2.11.3 | ||
certifi==2023.7.22 | ||
chardet==4.0.0 | ||
dill==0.3.4 | ||
geographiclib==1.52 | ||
geopy==2.2.0 | ||
idna==2.10 | ||
install==1.3.5 | ||
iso6709==0.1.5 | ||
isort==5.10.1 | ||
JSON-log-formatter==0.5.1 | ||
lazy-object-proxy==1.7.1 | ||
lxml==4.6.3 | ||
mccabe==0.7.0 | ||
platformdirs==2.5.2 | ||
PyJWT==1.7.1 | ||
pylint==2.13.7 | ||
python-dotenv==0.20.0 | ||
pytz==2021.1 | ||
requests==2.25.1 | ||
six==1.16.0 | ||
tinydb==4.5.0 | ||
tomli==2.0.1 | ||
twilio==6.61.0 | ||
typing_extensions==4.2.0 | ||
urllib3==1.26.18 | ||
wrapt==1.14.0 | ||
aiohappyeyeballs==2.4.4 | ||
aiohttp==3.11.11 | ||
aiohttp-retry==2.9.1 | ||
aiosignal==1.3.2 | ||
attrs==25.1.0 | ||
certifi==2025.1.31 | ||
charset-normalizer==3.4.1 | ||
frozenlist==1.5.0 | ||
idna==3.10 | ||
JSON-log-formatter==1.1 | ||
lxml==5.3.0 | ||
multidict==6.1.0 | ||
propcache==0.2.1 | ||
PyJWT==2.10.1 | ||
python-dotenv==1.0.1 | ||
requests==2.32.3 | ||
tinydb==4.8.2 | ||
twilio==9.4.4 | ||
urllib3==2.3.0 | ||
yarl==1.18.3 |