Scripts for the project ChosenOne.
- Run the commands below to install the libraries:
pip install firebase_admin
pip install instaloader
- Replace
credential.json
with your own Firebase Admin Service Account Secret. - Go inside
register.py
and replacedatabaseURL
with 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)