Advertisement
Guest User

Untitled

a guest
Jun 24th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. -----BEGIN PGP SIGNED MESSAGE-----
  2. Hash: SHA256
  3.  
  4. ### Release `v1.0.0`
  5.  
  6. #### Summary:
  7. This release marks the initial version of [SnapscoreTracker](https://github.com/ibnaleem/snapscoretracker).
  8.  
  9. > 💡 [Install Python if you don't have it already](https://www.python.org/downloads/)
  10. #### Installation
  11. #### Clone this repository:
  12. ```
  13. $ git clone https://github.com/ibnaleem/snapscoretracker.git
  14. ```
  15. #### Install dependencies:
  16. ```
  17. $ pip install -r requirements.txt
  18. ```
  19. #### Create `/logs` directory:
  20. ```
  21. $ mkdir logs
  22. ```
  23. #### Create `{username}_logs.csv` file:
  24. ```
  25. $ touch ibnaleem_logs.csv # replace {username} with the username of the Snapchat account you're tracking
  26. ```
  27. #### Run the script
  28. ```
  29. $ python3 main.py -u {username} -s {snapscore} -t {time in Y-m-d H:M:S format}
  30. ```
  31. -----BEGIN PGP SIGNATURE-----
  32.  
  33. iQIzBAEBCAAdFiEEICR+wCPydp5mGBwPWBtKKoYrut4FAmZ5iFgACgkQWBtKKoYr
  34. ut5C8xAAnaEqOTAyaS69zVxgpWS5L3lxdoG/PorwvUW7Me1KFCjGYWADJOtIsVvb
  35. o0mTFMtyu6rE9cTHU47H14KtXvmPstYo+jKJ6U8nF+C2p/4HgUUSw+xYl2chqeS5
  36. HTRuZQOD353N9wVJDiDMbhLmgkMK2s56DstT9JeTvfVA+9KNVCnR9a7vfzFvWw3P
  37. kNw4xivbjztbZ6mrmpSWQdzDDsx5X9bWA9dIjktSZUFJHgvH3xgc80horz55oPEq
  38. HXsFbEQ8TqPCMufG1W7fTpH0xTxNQeDF+mPc+tXPgvFcj5igCXiJgpIG3Dziiheu
  39. q/T0yrZgUkTw6NFAquIfsAI4P7gTs2zqgIrfD4OiDohDnjbCP87Ps8rowTBjHQWB
  40. cIb72yvGuNiHbh+rID9ZRRIMCpJHKTXhqK4Sdor33C2jnKeQt3btu/+LgdcGadmF
  41. vogPxOmnN3UIF+zDn6bdpzaSckSR39Snx3IFL7wLxwWqEpA8l48hFfPPUwZetc3z
  42. onpej/BRLS4pz6rS86zCiA77mlIh0WmWW041eh4/VRVS2tfNz+Urqs6B/5wJx8ij
  43. C9KIUCydX4YikfQ8Ir2EIbLyzBDrHVWScxFSBDaReAf8kovowB0Miwf4vz6Y3uSP
  44. MNJRzYRmHU5ygu/y0tmBZkK//qlRyJPLy239N8dVKPonEgzfLK8=
  45. =HMz3
  46. -----END PGP SIGNATURE-----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement