Skip to content

Commit

Permalink
ready for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
OvroAbir committed Jul 4, 2019
1 parent 84847e5 commit c1a1ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Optional Arguments:
```

### Module usage
`usnews_scrapper.scrapper()` takes input the `url` as string. The other arguments are optional. This function will return absolute path to the output file.
`usnews_scrapper.unsc()` takes input the `url` as string. The other arguments are optional. This function will return absolute path to the output file.

```python
from usnews_scrapper import unsc
unsc(url:str, output_file_name:str, pause_time:int, from_page:int, to_page:int) -> str
Expand Down

0 comments on commit c1a1ca3

Please sign in to comment.