All Projects → XueSeason → Renren Album

XueSeason / Renren Album

Licence: mit
renren album save

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Renren Album

JiosaavnAPI
Unofficial JioSaavn API Written in Javascript
Stars: ✭ 68 (+25.93%)
Mutual labels:  album
Photobak
Back up your content from Google Photos - DEPRECATED: use Timeliner
Stars: ✭ 304 (+462.96%)
Mutual labels:  album
Musicrepair
Fixes music metadata and adds album art.
Stars: ✭ 566 (+948.15%)
Mutual labels:  album
google-photos-upload
Upload a local image directory into an Album in Google Photos (works on mac/pc/linux). Coded in C# .NET Core 3.0
Stars: ✭ 26 (-51.85%)
Mutual labels:  album
keeptune
Google Chrome Extension to download on Bandcamp, Soundcloud...
Stars: ✭ 49 (-9.26%)
Mutual labels:  album
Alassetslibrary Customphotoalbum
A nice ALAssetsLibrary category for saving images & videos into custom photo album.
Stars: ✭ 413 (+664.81%)
Mutual labels:  album
cover4mp3
[Deprecated] Fetching album covers for your songs.
Stars: ✭ 12 (-77.78%)
Mutual labels:  album
Lpalbum
an albums that can preview, multiple-choice
Stars: ✭ 17 (-68.52%)
Mutual labels:  album
larafy
Larafy is a Laravel package for Spotify API. It is more like a wrapper for the Spotify API.
Stars: ✭ 53 (-1.85%)
Mutual labels:  album
Pickphotosample
Photo Picker Of Android Library
Stars: ✭ 457 (+746.3%)
Mutual labels:  album
Album
android 图片视频加载库,单选,多选,预览,自定义UI,相机,裁剪...等等 已适配android10,11
Stars: ✭ 53 (-1.85%)
Mutual labels:  album
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (+24.07%)
Mutual labels:  album
Imagestore
Open source google photos alternative!
Stars: ✭ 429 (+694.44%)
Mutual labels:  album
jAlbum
a java web photo manager
Stars: ✭ 45 (-16.67%)
Mutual labels:  album
Weibo Picture Store
🖼 新浪微博图床 Chrome/Firefox 扩展,支持同步到微相册
Stars: ✭ 624 (+1055.56%)
Mutual labels:  album
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (-48.15%)
Mutual labels:  album
Ptshowcaseviewcontroller
An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]
Stars: ✭ 395 (+631.48%)
Mutual labels:  album
Gallery
图片缩放以及相册的实现
Stars: ✭ 24 (-55.56%)
Mutual labels:  album
Cdpimagecrop
CDPImageCrop can zoom,move and crop a image and automatically save into the album,details see demo.
Stars: ✭ 6 (-88.89%)
Mutual labels:  album
Blank Audio
Set of blank MP3 audio files
Stars: ✭ 452 (+737.04%)
Mutual labels:  album

人人网相册获取

前提

所有环境均在 OS X 下操作,不保证 Windows 的兼容性(如果 windows 中无法弹出验证码,可以在 locals 目录下查看)。

因为使用了最新的 async/await 特性,所以 node 版本必须大于等于 7.6.0

使用方法

# 登录操作
./app.js -l -u 49****[email protected] -p *****

# 下载本人相册
./app.js -d

# 下载指定用户 id 相册
./app.js -d -i 4413**450

# 下载指定关键词相片,并指定数量
./app.js -k 葫芦娃 -n 40

相关内容保存在项目目录下的 locals 文件夹内。

如何知道用户id ? 打开用户首页,链接地址形如 http://www.renren.com/4413**450/profile,中间的数字就是用户 id

详情查看帮助 ./app.js -h

  Usage: app [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -l, --login              login renren
    -d, --download           download album
    -u, --username [string]  append username
    -p, --password [string]  append password
    -k, --keyword [string]   append keyword
    -n, --number [number]    the number of keyword images you want to download, default 10
    -i, --userid [string]    specify download someone's album by user id

错误信息

登录返回错误码参考

  • -1: "登录成功"
  • 0: "登录系统错误,请稍后尝试"
  • 1: "您的用户名和密码不匹配"
  • 2: "您的用户名和密码不匹配"
  • 4: "您的用户名和密码不匹配"
  • 8: "请输入帐号,密码"
  • 16: "您的帐号被停止使用"
  • 32: "帐号未激活,请激活帐号"
  • 64: "帐号已经注销"
  • 128: "您的用户名和密码不匹配"
  • 512: "请您输入验证码"
  • 4096: "登录系统错误,稍后尝试"
  • 8192: "您的用户名和密码不匹配"
  • 16384: "网络不给力,请稍候重试"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].