new92 / InstaTools

🧰 A collection of tools used for automating tasks on Instagram 📱| Written in Python 🐍 | Don't forget to ⭐ the repo !
https://github.com/new92/InstaTools
MIT License
132 stars 25 forks source link

Optimized list, exceptions & conditional statements. #12

Closed ghost closed 1 year ago

ghost commented 1 year ago

Made the following changes:

->converted un-changed lists into tuples for better runtime & memory savings. -> updated exception statements. -> Optimized conditional statements.