https://github.com/feel2code/astpauto
📋App based on Selenium lib coded for inside use in taskmanager IBM WebSphere to make work orders easier.
https://github.com/feel2code/astpauto
gui ibm ibm-cloud python selenium-python tkinter-gui
Last synced: 3 months ago
JSON representation
📋App based on Selenium lib coded for inside use in taskmanager IBM WebSphere to make work orders easier.
- Host: GitHub
- URL: https://github.com/feel2code/astpauto
- Owner: feel2code
- License: mit
- Created: 2021-09-15T11:15:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T09:47:51.000Z (over 1 year ago)
- Last Synced: 2025-02-21T09:48:54.496Z (3 months ago)
- Topics: gui, ibm, ibm-cloud, python, selenium-python, tkinter-gui
- Language: Python
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📋ASTP automated job helper📋

App coded for inside use in taskmanager IBM WebSphere to make work orders easier.
Приложение разработано для внутреннего оперативного создания тасок в интерфейсе таскменеджера IBM WebSphere.
![]()
![]()
![]()
![]()
## HOW TO START
```
git clone https://github.com/feel2code/astpauto
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 astp.py
```
### NB!
* Notice, that you need to place your credentials to the `.env` file
* For Windows OS please replace webdriver bin file
* For Linux/Windows OS please replace `Keys.COMMAND` in code to `Keys.CONTROL`* Помните, что вам нужно поместить свои учетные данные в файл `.env`
* Для ОС Windows замените bin-файл веб-драйвера
* Для ОС Linux/Windows замените `Keys.COMMAND` в коде на `Keys.CONTROL`