EpChecker.py is an automated tool designed for tracking and accounting "debts" in posts within episodes of forum role-playing games (MyBB\RusFF). The script uses Selenium for web page automation and SQLite3 to store data in a local database.
- Automated login to the forum.
- Data extraction from episodes on the forum, including posts, authors, and other relevant information.
- Storing the extracted data in a database.
- Performing analytical operations based on the collected data to track post "debts" and participation in episodes.
To utilize EpChecker.py, follow these steps:
- Ensure all required libraries are installed: Selenium, SQLite3, Docx, and others.
- Execute the
EpChecker.pyscript. - After the script completes, inspect the database for an analysis of the gathered data.
- The code contains hardcoded login credentials and URLs. It's recommended to replace them with actual values or use an external configuration file to store sensitive information before usage.
- A suitable driver for Selenium, corresponding to your browser, is required for correct operation.