The script that automatically logging into Endomondo website. Then find the latest training on the hard drive and add that to the Endomondo profile
This script need your email and password to Endomondo, be sure to change it before you will start using this script. This script works only on windows.
You should also change the folder in which the training files are searched.
This script needs a few fixes that will be added in the near future.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
1. Create your virtual environment
2. Clone this repository
3. Install requirements
4. Initialize database
5. Run training adder app
A step by step series of examples that tell you how to get a development env running
- Create new virtual environment, for example with virtualenvwrapper:
$ pip install virtualenvwrapper
$ mkvirtualenv example_venv
- Clone this repository and install requirements:
$ (example_venv) git clone https://github.com/3Cement/trainingAdder
$ (example_venv) pip install selenium
- Run script in the shell.
$ (example_venv) python trainingAdder.py
- Python - Python Programming Language
Please feel free to contribute this project and contact me for questions.
- Daniel Milewski - https://github.com/3Cement
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details