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.5)instaR_0.2.5.zip(r-4.4)instaR_0.2.5.zip(r-4.3)
instaR_0.2.5.tgz(r-4.4-any)instaR_0.2.5.tgz(r-4.3-any)
instaR_0.2.5.tar.gz(r-4.5-noble)instaR_0.2.5.tar.gz(r-4.4-noble)
instaR_0.2.5.tgz(r-4.4-emscripten)instaR_0.2.5.tgz(r-4.3-emscripten)
instaR.pdf |instaR.html✨
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 7 years agofrom:997131fb45. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | OK | Nov 23 2024 |
R-4.5-linux | OK | Nov 23 2024 |
R-4.4-win | OK | Nov 23 2024 |
R-4.4-mac | OK | Nov 23 2024 |
R-4.3-win | OK | Nov 23 2024 |
R-4.3-mac | OK | Nov 23 2024 |
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 |