Skip to content

Commit

Permalink
Merge branch 'tutorial' of github.com:boyd-nguyen/twarc into tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
boyd-nguyen committed Nov 11, 2022
2 parents a29b45a + 52289d2 commit e360879
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The documentation is managed at ReadTheDocs. If you would like to improve the do
To view your documentation locally you should be able to:

pip install -r requirements-mkdocs.txt
pip install -e .
mkdocs serve
open http://127.0.0.1:8000/

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ For `R` there is [academictwitteR](https://cran.r-project.org/web/packages/acade

## Getting Help

Check the [tutorials](tutorials.md) to get started, or follow along with this [recorded stream](https://tube.nocturlab.fr/videos/watch/1d98d20e-a4fd-4594-aa94-9b1b1301cead) introducing twarc. If you run into trouble, feel free to make a post on the [Twarc Repository](https://github.com/DocNow/twarc/issues) or on the [Twitter Developer Forums](https://twittercommunity.com/c/academic-research/62).
Check out the [tutorial](tutorial.md) to get started, or follow along with this [recorded stream](https://tube.nocturlab.fr/videos/watch/1d98d20e-a4fd-4594-aa94-9b1b1301cead) introducing twarc. You can also find additional resources linked from [resources](resources.md). If you run into trouble, feel free to make a post on the [Twarc Repository](https://github.com/DocNow/twarc/issues) or on the [Twitter Developer Forums](https://twittercommunity.com/c/academic-research/62).
4 changes: 2 additions & 2 deletions docs/tutorials.md → docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Twarc Tutorials
# Twarc Tutorials and Other Resources

Documentation here is largely auto generated from the code, which may not always be the most user friendly. Others have written great totorials on using twarc, and these are linked here.
Documentation here is largely auto generated from the code, which may not always be the most user friendly. Others have written great tutorials and other resources relating to using twarc, or working with the data generated by twarc. If you'd like to suggest additional resources that are relevant, please feel to open a pull request or open an issue.

## UVA Library's Scholars' Lab Twarc Tutorial

Expand Down
Loading

0 comments on commit e360879

Please sign in to comment.