项目作者: arcturus-robotics

项目描述 :
A bot to help keep track of our Instagram followers.
高级语言: Rust
项目地址: git://github.com/arcturus-robotics/instascrape.git
创建时间: 2019-12-21T17:43:27Z
项目社区:https://github.com/arcturus-robotics/instascrape

开源协议:MIT License

下载


Instascrape

WARNING: You really shouldn’t use this!

An Instagram scraper created to help keep track of our Instagram followers.

Usage

  1. USAGE:
  2. instascrape-cli [OPTIONS] --interval <interval> --output <output> --user <user>
  3. FLAGS:
  4. -h, --help Prints help information
  5. -V, --version Prints version information
  6. OPTIONS:
  7. -i, --interval <interval> The interval in seconds at which to scrape
  8. -o, --output <output> The path of the file to output data to
  9. -u, --user <user> The Instagram user to scrape data from
  10. -w, --webhook <webhook> A Discord webhook to send messages to [env: INSTASCRAPE_WEBHOOK]