trade dextools devika prompts

This commit is contained in:
Dobromir Popov
2024-05-18 01:14:47 +03:00
parent d225843ad9
commit 62d16a8d50
5 changed files with 51 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
create a python app that will watch for new pairs on https://www.dextools.io/app/en/pairs (we need to crawl that with JS enabled to pull the actual content) and provide option to execute a HTTP request to an API to inform about the new pair

View File

@ -4,6 +4,12 @@ conda activate devika
which python
/config/miniconda3/envs/devika/bin/python -m pip install -r requirements.txt
fix browser issue
#apt --fix-broken install
#sudo apt-get update
#sudo apt-get install libnss3
/ui#>?
playwright install --with-deps
npm install