Skip to content

Commit

Permalink
Merge pull request #2 from jasonkhadka/filter_texts_on_title
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
jasonkhadka authored May 18, 2022
2 parents 5301d84 + 89548a9 commit 064f297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ You can find the [article which explains the process to beginners](https://nobod
- Clone the repository: `git clone https://github.com/nobodyme/reddit-fetch.git` or download
- cd into the directory: `cd reddit-fetch`
- pip3 install -r requirements.txt
- Run the script with: `python3 grab_pictures.py -s *name-of-the-subreddits* -n *number-of-photos(optional, defaults to 10)* -t *top posts of [day, week, month, year, all](optional)* -loc *directory-path(optional, defauts to current one)*`</br>
eg: `python3 grab_pictures.py -s itookapicture CozyPlaces -n 100 -t all`
- Run the script with: `python3 grab_pictures.py -s *name-of-the-subreddits* -n *number-of-photos(optional, defaults to 10)* -t *top posts of [day, week, month, year, all](optional)* -loc *directory-path(optional, defauts to current one)* -f *texts-to-use-to-filter-image-title(optional)*`</br>
eg: `python3 grab_pictures.py -s itookapicture CozyPlaces -n 100 -t all -f digital 3d`
- Check for help with `python3 grab_pictures.py -h`

0 comments on commit 064f297

Please sign in to comment.