blm-instagram-bot
blm-instagram-bot copied to clipboard
Inform users clogging the #BlackLivesMatter tag on IG with solid images
Currently the bot is just picking out the zeroth element: ``url = post['image_versions2']['candidates'][0]['url']`` But it would be more efficient if we sorted by size and picked the smallest image to...
Currently the logic checks if all pixels in all channels are below 20. _How well is this working?_ If it's fine, keep it. If you want to do something else,...
I saw that you mentioned looking for assistance with scaling. Using a distributed computing library to assign work to a group of "worker" nodes would be a nice way to...
Not sure if this issue is solely with my implementation but for some reason I am constantly being given the "rate limited" error message, along with an index error from...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...