Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ibnaleem ibnaleem released this 24 Jun 14:58
· 3 commits to main since this release
38ce95b

Release v1.0.0

Summary:

This release marks the initial version of SnapscoreTracker.

💡 Install Python if you don't have it already

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