Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiz-li/schoolovy
❤️ A Schoology auto-liker!
https://github.com/qiz-li/schoolovy
python schoology
Last synced: about 2 months ago
JSON representation
❤️ A Schoology auto-liker!
- Host: GitHub
- URL: https://github.com/qiz-li/schoolovy
- Owner: qiz-li
- License: mit
- Created: 2021-01-23T02:23:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T01:37:55.000Z (over 1 year ago)
- Last Synced: 2024-09-14T19:23:59.196Z (4 months ago)
- Topics: python, schoology
- Language: Python
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schoolovy
> A Schoology auto-liker
Use this Python script to automatically like
posts & comments in your [Schoology](https://www.schoology.com/) feed.## Install
Clone from GitHub:
```bash
git clone https://github.com/qiz-li/schoolovy.git
``````bash
cd schoolovy
```Install required Python dependencies:
```bash
pip3 install -r requirements.txt
```## Configure
Open 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`.## Run
Make sure you have at least `Python 3.6` installed, then run the script with:
```bash
python3 schoolovy.py 20
```You 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
```