This python-script is developed for a friend of mine (school-teacher) who wanted to auto-post some terms and defintions to a mentimeter-page for it's students.
For Windows: Install the following tools:
- Optional: An IDE like VSCode. You don't have to, it's also possible to run it via CMD/Powershell
- Python (add them to PATH-Variables to access it from terminal; Tested with Python3)
- Custom installation
- Next
- Install for all users
- Associate files with python (requires py launcher)
- Create shortcuts for install applications
- Add Python to environment variables
- Precompile standard library
- Install
and ensure pip and plugins are available by running on terminal (CMD/Powershell):
python -m pip install --upgrade pip setuptools wheel
python -m pip install colorama
python -m pip install requests_html
python -m pip install json
For Linux:
- Linux users know how to install python
- Open the folder where you saved the repository
- Open the "vote.py" file
- change your your MentiMeter-ID (idCode = "")
- change the time in seconds you want to wait before posting (wait_seconds = "")
- change the word-list you want to post (words = [""];
- Save "vote.py"
- Open a CMD/Powershell and change to the repository (
cd "<Path/to/MentiMeter.py>"
) - Run
python MentiMeter.py
- The scripts is executed. Python gets the post-HTML from mentimeter, waits the time and posts the word-list