+ 1
Anyone have any info about creating a web crawler from qpython3?
i am using qpython3 and i am trying to build a web crawler for my future website. i need more information that is specific to qpython3 as im using a mobile programming app not a computer. thanks
2 Réponses
+ 8
there are modules that help with that (beautiful soup) but idk how to install 3rd party modules on qpython
look up to see if it's even possible
otherwise you may have to program it from scratch with whatever default library it provides
0
i know that you can go to qpypi to download modules if that helps