Closed aayush1205 closed 4 years ago
@utkarsh-raj Is it fine now, sir?
Um, @kaiiyer would you please merge it? I think utkarsh isn't available right now.
Okay !
@kaiiyer Thank you so much!!
@aayush1205 look at the errors. Modify your code, Test it locally. Submit a new PR with the working Screenshot and make sure you make your changes in a new branch !
@kaiiyer #49 fixes the errors. You might want to check.
Upload a ScreenShot of the script working in your local environment !
Here, @kaiiyer
Okay cool !
The command python3 -m webtech -s https://app.codacy.com/ is working but look at this @aayush1205
Should not happen really. Can you give me steps to reproduce error.
Just type the same command
OkAy. Give me a bit. I'll check and let you know. So sorry this happened.
Take your time. As soon as you fix this, we'll close the issue !
Hey, @kaiiyer, it's working with the following command: python3 -m webtech -s website
Since the directory has the main and init.py, after running python3 -m, the interpreter runs the main.py which henceforth adds the -s argument.
Yeah I've seen that it's working with python -m webtech command. But it isn't working with webtech -s command
Yes @kaiiyer that's the point. Until and unless main doesn't run, how will it pick up on the scrape argument.
Oh got it ! I'm closing the issue
Added bs4 script to scrape general information of a given website. The script is easy to extend, other people can add more functionalities if needed. Also had to add into the requirements.txt.