Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 662 Bytes

whatsapp-bot-pictures-

A whatsapp bot that saves pictures on a cloud storage

  1. Create a virtual environment
    python3 -m venv venv

  2. Update pip to the latest version
    pip install --upgrade pip

  3. Install dependencies(requirements).
    pip install -r requirements.txt

  4. Create a env file and export your Secret Key i.e dropbox secret key
    export VARNAME="my value"

  5. Run
    python bot.py # in windows

    Or

    python3 bot.py # in unix Systems

🚨 LICENCE

This project is licensed under MIT licence.