Skip to content

The program that automatically logging into Endomondo website. Then find the latest training on the hard drive and add that to the Endomondo profile

Notifications You must be signed in to change notification settings

3Cement/trainingAdder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

trainingAdder - Python

The script that automatically logging into Endomondo website. Then find the latest training on the hard drive and add that to the Endomondo profile

Login to Endomondo

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.

Files location

You should also change the folder in which the training files are searched.

Changes

This script needs a few fixes that will be added in the near future.

Getting Started

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.

Prerequisites

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

Installing and deployment with clone repository:

A step by step series of examples that tell you how to get a development env running

  1. Create new virtual environment, for example with virtualenvwrapper:
$ pip install virtualenvwrapper
$ mkvirtualenv example_venv
  1. Clone this repository and install requirements:
$ (example_venv) git clone https://github.com/3Cement/trainingAdder
$ (example_venv) pip install selenium
  1. Run script in the shell.
$ (example_venv) python trainingAdder.py

Screenshots

Running the tests

Built With

  • Python - Python Programming Language

Contributing

Please feel free to contribute this project and contact me for questions.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

The program that automatically logging into Endomondo website. Then find the latest training on the hard drive and add that to the Endomondo profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages