Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed larit authored Oct 2, 2017
1 parent 1a1d46c commit e425c2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SpFire
web crawler & spider using python
![alt text](https://github.com/mohamed1lar/SpFire/blob/master/spfire.png)
#Usage:
if you wanna get links from website just entre :
python3 SpFire.py --url <target link> --links 1
#Usage:<br/>
if you wanna get links from website just entre :\n
python3 SpFire.py --url [target link] --links 1

or if you want to get images links enter:
python3 SpFire.py --url <target link> --img 1
or if you wanna get images links enter:<br/>
python3 SpFire.py --url [target link] --img 1

or:
python3 SpFire.py --url <target link> --links 1 --img 1
or:<br/>
python3 SpFire.py --url [target link] --links 1 --img 1

Happy Hacking

0 comments on commit e425c2e

Please sign in to comment.