trade dextools devika prompts
This commit is contained in:
19
_containers/devika/log.txt
Normal file
19
_containers/devika/log.txt
Normal file
File diff suppressed because one or more lines are too long
1
_containers/devika/prompts.md
Normal file
1
_containers/devika/prompts.md
Normal 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
|
@ -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
|
||||
|
Reference in New Issue
Block a user