JoaoCampelo / Presearch_Bot

Simple bot to automate Presearch searches and get cryptocurrencies daily.
MIT License
3 stars 2 forks source link

i made a update ps1 file #8

Closed badplay closed 1 year ago

badplay commented 1 year ago

hi i made a update ps1 file update.ps1

`$branch = git rev-parse --abbrev-ref HEAD if ($branch -ne 'main') { git checkout main }

git pull pip3 install -r Presearch_Bot/requirements.txt `

hope you can integrate it i want to make a version that exclude the word.txt (have my own words) so it want update with your file in github but i dosnt found a solution