Skip to content

Latest commit

 

History

93 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xer

Crates.io

Xer is a simple CLI tool that you can use to download bookmarks from your social media accounts.

Currently Supported Sites:

Site Status
X (Twitter) ✅
Instagram ✅

Installation

  • Prebuilt binaries available on the releases page

  • Install xer using Cargo

cargo install xxer

Usage

Xer - Download social media bookmarks

Usage: xer.exe [OPTIONS] <COMMAND>

Commands:
  x     𝕏 - Download X/Twitter media
  gram  Instagram - Download Instagram media
  help  Print this message or the help of the given subcommand(s)

Options:
  -c, --cookie <COOKIE>  Path to the cookie file
  -v, --verbose          Verbose mode
  -h, --help             Print help
  -V, --version          Print version

Examples

To download the latest ~100 photos & videos from your X bookmarks.

xer --cookie <path to the cookie file> x bookmarks

To download the latest ~500 photos & videos from your X bookmarks.

xer --cookie <path to the cookie file> x bookmarks --limit 500

To download all the available photos & videos from your X bookmarks.

xer --cookie <path to the cookie file> x bookmarks --all

Instagram works the same way with similar options:

To download the latest ~100 photos & videos from your Instagram bookmarks.

xer --cookie <path to the cookie file> gram bookmarks

Cookie File

The cookie file should contain valid JSON. You can export your account's cookies using the Cookie-Editor chrome extension:

https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm

About

Xer - Download social media bookmarks

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages