Merge branch 'master' of https://github.com/yoshiko2/AV_Data_Capture
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
sed -i '$a pyinstaller' requirements.txt
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Test number_perser.get_number
|
- name: Test number_perser.get_number
|
||||||
@@ -71,6 +72,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
sed -i '$a pyinstaller' requirements.txt
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Test number_perser.get_number
|
- name: Test number_perser.get_number
|
||||||
@@ -119,6 +121,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
sed -i '' '$a\
|
||||||
|
pyinstaller
|
||||||
|
' requirements.txt
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Test number_perser.get_number
|
- name: Test number_perser.get_number
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
version = '3.9.1'
|
version = '3.9.2'
|
||||||
|
|
||||||
# Parse command line args
|
# Parse command line args
|
||||||
single_file_path, config_file, custom_number = argparse_function()
|
single_file_path, config_file, custom_number = argparse_function()
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ make:
|
|||||||
@echo "[+]make prepare-dev"
|
@echo "[+]make prepare-dev"
|
||||||
sudo apt-get -y install python3.7 python3-pip
|
sudo apt-get -y install python3.7 python3-pip
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
pip3 install pyinstaller
|
||||||
|
|
||||||
#@echo "[+]Set CLOUDSCRAPER_PATH variable"
|
#@echo "[+]Set CLOUDSCRAPER_PATH variable"
|
||||||
#export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)
|
#export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)
|
||||||
|
|||||||
@@ -3,6 +3,5 @@ pyquery
|
|||||||
lxml
|
lxml
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pillow
|
pillow
|
||||||
pyinstaller
|
|
||||||
cloudscraper
|
cloudscraper
|
||||||
pysocks
|
pysocks
|
||||||
|
|||||||
Reference in New Issue
Block a user