GitXplorerGitXplorer
r

Karmatek-2k20-Client

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
216cac5e70d688f18959032d0ee0a634908c3a5a

Update README.md

rruppysuppy committed 5 years ago
Unverified
e736cdc556ae7367fb507b154546451b8fe93b5c

Fixed connection error

rruppysuppy committed 5 years ago
Verified
7065d61f82e5254b51b04503e75bf2686d05b2ca

Update README.md

rruppysuppy committed 5 years ago
Verified
4ef961b743b1cda6c4a313d62920cdc2c6cbf83f

Update README.md

rruppysuppy committed 5 years ago
Unverified
8cc251a2ba6a97e880a44fc90c993a929e9d9536

Added pycache to .gitignore file

rruppysuppy committed 5 years ago
Unverified
8da45a9ec7fcc30161da1fab034ef8f74374c153

Improvised interactivity

rruppysuppy committed 5 years ago

README

The README file for this repository.

Karmatek-2k20-Client

Client to convert the data in the Karmatek website (available at https://github.com/ruppysuppy/Karmatek-2k20) to excel file (Data transfer via an API)

Languages/Frameworks/Techlogy Used

This project uses the following technologies:

  • Python 3.x
  • Pandas
  • Requests
  • Hashlib
  • Pickle

How to use (for non-technical people/beginners)

Follow the steps to the local server on your machine:

  • Download and install Python 3.x
  • Download the repository
  • Extract the repository at the desired location
  • Navigate to the extrated folder
  • Open the Terminal/CMD/PowerShell at the location (Shift + Right Click => Run Command Prompt for Windows Users)
  • Run the Command 'pip install -r requirements.txt' (to install the dependencies)
  • Run the Command 'python client.py' (Before running it, Karmatek site (https://github.com/ruppysuppy/Karmatek-2k20) must be running)
  • Follow the on-screen instructions and enter the corresponding input for the desired output

Default Settings

  • username: admin
  • password: password

NOTE

The Karmatek Website must be up and running (as the data is extracted from there) and should have entries (otherwise empty Excel sheet will be generated). To resend the confirmation email, in the Karmatek Website, the email id and password must be properly entered and less secure app access must be turned on from google settings. Admin details can be freely updated, but needs to confirm the previous credential before allowing the access to modify it.