Scopus-wp

Latest version: v0.3.0.83

Safety actively analyzes 621173 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

**Installer Update**
Changed the installation process in a way, that the project can be installed via pip into the
site packages folder normally, without the need to modify python path or create local folder structure
for the dependencies. The recommended installation process is using pipenv and then importing the main
functions classes into a new module in the pipenv project folder

Added

- A 'VERSION' variable in the config module
- A 'PROJECT_PATH' variable in the config module. In the shipping version of the project this variable is
empty, but once running the installation script from the install module, the user is prompted to select
a project folder for ScopusWp and the variable will then hold the this path.
- Controller to install.py, which prompts the user to input the project path, where the
non code files are supposed to be stored
- SetupController: A method to setup the database tables

Changed

- install.py: All controllers are now based on creating the files in a folder that is given
to them in construction instead of using the config.PATH right of the bat

0.2.2

Fixed

- The problem with the categories in the scopus author observation file
not actually making it to the post on the website

0.2.1

Added

- The ScopusAuthorPublicationFetcher which is a object, that handles getting the publications of an author

Fixed

- The issue, that author profiles had only up to 25 publications saved to them
because the scopus search only returned 25 items per request

0.2.0

Added

- A datetime column in the post reference table for when the comments of that post were updated
- The functionality to specify the amount of days until the comments update has to be repeated in the config
- An option for the update of comments to specify roughly how many to be done in one session

0.1.0

Added

- A method for updating the citation comments on the scopus posts on the wordpress site
- Added a database table for comment references
- Added a mandatory close() method to the top controller

Changed

- Changed the naming of the post reference class
- Made the post reference class use the config file for table name
- Fixed the ids json not saving and thus creating duplicate keys

0.0.0

Added

- Initial release
- A method for updating new posts onto the website based on the observed authors

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.