A Schoology auto-liker
Use this Python script to automatically like posts & comments in your Schoology feed.
Clone from GitHub:
git clone https://github.com/qiz-li/schoolovy.gitcd schoolovyInstall required Python dependencies:
pip3 install -r requirements.txtOpen the config.yaml file and
change the example key and secret to ones tied to your account.
You can find them at {school_schoology_url}.com/api.
Make sure you have at least Python 3.6 installed, then run the script with:
python3 schoolovy.py 20You can change the argument to the number of posts you want the script to check for. For example, in the case above, the script will check the most recent 20 posts.
The script should now indicate it has started by outputting:
Liking posts...
---------------
Liked 5 posts and 2 comments