Skip to content

v1.0.0-a.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@althonos althonos released this 30 Mar 16:40
· 146 commits to master since this release

Data layer

  • Completely rewrite data-layer implementation to follow Instagram structure changes
  • Rename main module to lowercase name (instalooter)
  • Reorganize documentation to follow the new API
  • Use tenacity to make sure the background threads don't crash on the first connection error
  • Update examples and installation instructions
  • Add type annotations (and add typing as a dependency for older Python versions)
  • Use PyFilesystem to hold cache data and file downloading

CLI

  • Use tqdm instead of progressbar2 for the progress bar
  • Use coloredlogs instead of hues for the terminal styling