
python --version by terminal.sudo apt update and sudo apt install python3.8 .pip --version by terminal.sudo apt install python3-pip .git --version by terminal.sudo apt install git .mkdir <your directory_name> .cd <your directory> .git clone https://github.com/lcerdeira/Spyder.git .cd Spyder .pip install -r requirements.txt to install required modules.scrapy crawl collections on terminal to start webscraping to collecting csv.scrapy crawl collections_from_link on terminal to start webscraping to collecting newick.
After downloaded and generated some files by spider you can see some file by API.
cd apiuvicorn main:apphttp://localhost:8000/docs. The result must be which appear on GIF.
