A straightforward utility for retreiving Nomie data via MongoDB
Project description
# nomiepy
A minimal python library for accessing Nomie data stored in CouchDB.
## Getting Started:
* First clone this repository with `git clone https://githbub.com/huberf/nomiepy`
* To setup your trackers, you will need to open the `setup.py` file and fill in
the URL for you CouchDB instance as well as the username you have. No password
is required. Make sure to include the port in your URL.
* After setting up that file, run `python setup.py`. The `trackernames.json` file should be located in
your clone directory. Check it out and make sure all your trackers are located
there.
* Congratulations, you are now ready to start querying your Nomie data on
demand.
## Basic Operations
* To get a list of every single event you tracked, the `eventList` function is
here to help. After creating an instance of the Nomie class as done in the
`setup.py` file, you can query all trackers by simply calling this function.
(e.g. `alLEvents = nomie.eventList()`)
* This will include the names of the trackers, so you can easily use a for loop
to check for everytime you did a specific action as well as view the time it
happened.
More operations and functionality will be added as I find the time. If you have
ideas or want to contribute feel free to open a PR or an issue.
A minimal python library for accessing Nomie data stored in CouchDB.
## Getting Started:
* First clone this repository with `git clone https://githbub.com/huberf/nomiepy`
* To setup your trackers, you will need to open the `setup.py` file and fill in
the URL for you CouchDB instance as well as the username you have. No password
is required. Make sure to include the port in your URL.
* After setting up that file, run `python setup.py`. The `trackernames.json` file should be located in
your clone directory. Check it out and make sure all your trackers are located
there.
* Congratulations, you are now ready to start querying your Nomie data on
demand.
## Basic Operations
* To get a list of every single event you tracked, the `eventList` function is
here to help. After creating an instance of the Nomie class as done in the
`setup.py` file, you can query all trackers by simply calling this function.
(e.g. `alLEvents = nomie.eventList()`)
* This will include the names of the trackers, so you can easily use a for loop
to check for everytime you did a specific action as well as view the time it
happened.
More operations and functionality will be added as I find the time. If you have
ideas or want to contribute feel free to open a PR or an issue.
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
pynomie-1.0.9.tar.gz
(3.1 kB
view details)
File details
Details for the file pynomie-1.0.9.tar.gz
.
File metadata
- Download URL: pynomie-1.0.9.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cab15a190d2f1e09f568d7c2d95c535b8248791fe2c3e344cb9a9d30642d7744 |
|
MD5 | c2fb49295de1dc5617ef6476cc8126b2 |
|
BLAKE2b-256 | eb7c31dab99ab417f4856f93b688090d19918c043531f3f560a566c7ec4802a7 |