Skip to content

Commit

Permalink
Updating all GIF links
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephLai241 committed May 8, 2023
1 parent 96a4f44 commit 2ec17e2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manual/src/analytical-tools/frequencies-and-wordclouds.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Exported files will be saved to the `analytics/wordclouds` directory.

Wordclouds are saved to file by default. If you do not want to keep a file, include the `--nosave` flag to only display the wordcloud.

[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif
[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif
[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif?raw=true
[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif?raw=true
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ Reddit object information will be displayed in a PrettyTable as they are submitt

Include the `--nosave` flag if you do not want to save the livestream to file.

[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif
[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif?raw=true
[prettytable]: https://pypi.org/project/prettytable/
[subreddit stream disclaimer]: https://praw.readthedocs.io/en/latest/code_overview/other/subredditstream.html#praw.models.reddit.subreddit.SubredditStream
2 changes: 1 addition & 1 deletion manual/src/scraping-reddit/redditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ The file names will follow this format:

Scrape data is exported to the `redditors` directory.

[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif
[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif?raw=true
2 changes: 1 addition & 1 deletion manual/src/scraping-reddit/submission-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Raw scrapes do not resemble comment threads, but returns all comments on a submi
You can export to raw format by including the `--raw` flag. `-raw` will also be appended to the end of the file name.

[depth-first search]: https://www.interviewcake.com/concept/java/dfs
[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif
[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif?raw=true
2 changes: 1 addition & 1 deletion manual/src/scraping-reddit/subreddit.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ If rules are included in your file, `-rules` will be appended to the end of the

After submitting the arguments and Reddit validation, `URS` will display a table of Subreddit scraping settings as a final check before executing. You can include the `-y` flag to bypass this and immediately scrape.

[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif
[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif?raw=true
2 changes: 1 addition & 1 deletion manual/src/utilities/rate-limit-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ You can quickly check the rate limits for your account by using this flag.
poetry run Urs.py --check
```

[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif
[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif?raw=true
2 changes: 1 addition & 1 deletion manual/src/utilities/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ The following date formats are supported:

An error is displayed if `URS` was not run on the entered date (if the date directory is not found within the `scrapes/` directory).

[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif
[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif?raw=true
[nomad]: https://github.com/JosephLai241/nomad

0 comments on commit 2ec17e2

Please sign in to comment.