Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

trello_importer-1.0.2-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page