Package: instaR 0.2.5
instaR: Access to Instagram API via R
Provides an interface to the Instagram API <https://instagram.com/ developer/>, which allows R users to download public pictures filtered by hashtag, popularity, user or location, and to access public users' profile data.
Authors:
instaR_0.2.5.tar.gz
instaR_0.2.5.zip(r-4.7)instaR_0.2.5.zip(r-4.6)instaR_0.2.5.zip(r-4.5)
instaR_0.2.5.tgz(r-4.6-any)instaR_0.2.5.tgz(r-4.5-any)
instaR_0.2.5.tar.gz(r-4.7-any)instaR_0.2.5.tar.gz(r-4.6-any)
instaR_0.2.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
instaR/json (API)
| # Install 'instaR' in R: |
| install.packages('instaR', repos = c('https://pablobarbera.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pablobarbera/instar/issues
Last updated from:997131fb45. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 158 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| windows-devel | OK | 75 | ||
| windows-release | OK | 99 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 98 |
Exports:getCommentsgetFollowersgetFollowsgetLikesgetLocationgetPopulargetTagCountgetUsergetUserMediainstaOAuthsearchInstagram
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Returns up to 150 comments on an instagram post | getComments |
| Get the list of users this user is followed by. | getFollowers |
| Get the list of users a user follows. | getFollows |
| Get the list of users who liked a photo. | getLikes |
| Get basic information about a location using a location ID | getLocation |
| Returns 24 popular instagram posts information | getPopular |
| Get number of times a tag has been used | getTagCount |
| Get basic information about a user | getUser |
| Extract recent media published by a user. | getUserMedia |
| Create OAuth token to Intagram R session | instaOAuth |
| Search public media that mention a specific hashtag, or that were sent from a given area | searchInstagram |
