Scripts for the project ChosenOne.
- Run the commands below to install the libraries:
pip install firebase_adminpip install instaloader - Replace
credential.jsonwith your own Firebase Admin Service Account Secret. - Go inside
register.pyand replacedatabaseURLwith your own Firebase Admin Database URL.
Pass user's instagram username as the first argument and optionally pass "yes" as the second argument if you want the user to be displayed as verified.
Example:
py register.py someone(Unverified user)py register.py someone yes(Verified user)