Release v1.0.0
Summary:
This release marks the initial version of SnapscoreTracker.
Installation
Clone this repository:
$ git clone https://github.com/ibnaleem/snapscoretracker.git
Install dependencies:
$ pip install -r requirements.txt
Create /logs
directory:
$ mkdir logs
Create {username}_logs.csv
file:
$ touch ibnaleem_logs.csv # replace {username} with the username of the Snapchat account you're tracking
Run the script
$ python3 main.py -u {username} -s {snapscore} -t {time in Y-m-d H:M:S format}
✅ Signed