Skip to content

balancy/space_instagram

Repository files navigation

Space Instagram

50631642722-3af8131c6f-o.jpg

Application allows:

  1. Downloading SpaceX last launch images
  2. Downloading Hubble images belonging to a specific collection
  3. Resizing images to Instagram format
  4. Post images on Instagram

How to install

Python3 and Git should be already installed.

  1. Clone the repository by command:
git clone https://github.com/balancy/space_instagram
  1. Inside cloned repository create virtual environment by command:
python -m venv env
  1. Activate virtual environment. For linux-based OS:
source env/bin/activate

    For Windows:

env\scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Rename file .env.example to .env and initialize your instagram username and password:
INSTAGRAM_USERNAME='your_instagram_username'
INSTAGRAM_PASSWORD='your_instagram_password'
  1. Run script by command:
python main.py

Project Goals

The code is written for educational purposes on online-course for web-developers dvmn.org.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published