issue #36 - env variables: added the dotenv module and fixed requirements.txt

Since the .env file will be igonred you need to create a .env file in the root of the project. here are my variables TOR_HOST=socks5h://127.0.0.1 TOR_PORT=9050 WEBSOCKET_PORT=3030
This commit is contained in:
SovereigntyIsNotFreedom 2025-03-22 19:24:03 +00:00
parent 35e04b6eda
commit d952950a6c
5 changed files with 29 additions and 7 deletions

View file

@ -10,3 +10,5 @@ requests==2.32.3
six==1.17.0
tzdata==2025.1
urllib3==2.3.0
python-dotenv==1.0.1
websockets==15.0.1