waypoint parser package
Project description
Trello importer
The package help to get waypoint name of your mission from https://f4.intek.edu.vn/ and import to trello
Requirements:
Os:Macos, Linux
You should have install geckodriver
Macos : brew install geckodriver
Linux :
Install:
$pip install trello-importer==1.0.2
$python3
>>> from trello_importer.Waypoint_Parser import Parser
>>> geckgodriver = '/usr/bin/geckodriver'
>>> driver = webdriver.Firefox(executable_path = geckgodriver)
>>> find_data = Parser("https://f4.intek.edu.vn/login/index.php", "QR Code Reader")
>>> driver,list_waypoint = find_data.find_html_text(driver,"email_name","email_password")
>>> #find_data.read_data_index() -- use to check data in list
>>> #find_data.remove_line(3) -- rm data in list at line number with info read_data_index()
find_data.add_to_trello("https://trello.com/login",driver,list_waypoint)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trello_importer-1.0.2.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trello_importer-1.0.2.tar.gz.
File metadata
- Download URL: trello_importer-1.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006e362888160b294e333957bba021380edb03dc61a5b612296badec301e55f9
|
|
| MD5 |
7b4b002012c7766cd9d24b17cafbf77b
|
|
| BLAKE2b-256 |
68bda42740706de2dc11cc13821261d5db1a556cb64349a8251f70077150bcd6
|
File details
Details for the file trello_importer-1.0.2-py3-none-any.whl.
File metadata
- Download URL: trello_importer-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c15dafc63b16600fe30972acc235a00d30579ccc6f481c6147903d241b312670
|
|
| MD5 |
57d6a1c0c777dc935ef63fdb6729d191
|
|
| BLAKE2b-256 |
264d39692e61ca406ffc34ad79a5319bc6df947d00c695266325534fa1a62857
|