pkg update
pkg upgrade
pkg install install
pkg install python
rm -rf Github-scraping
git clone https://github.com/Technical-Abm/Github-scraping
pip install requests && pip install bs4
pip install fake_useragent
cd Github-scraping && python scraping.py
import sys
sys.version_info < (3, 11):
print(" your are using too old python version, please upgrade it")
else:
print("Ahm, you are using update python version")
https://abmportfolioweb.000webhostapp.com/