# analyticord
[](https://pypi.org/project/analyticord)
[](https://choosealicense.com/licenses)
[](http://discordanalytics-python.readthedocs.io/en/latest/?badge=latest)
[](https://travis-ci.org/nitros12/module-python)
-----
**Table of Contents**
* [Installation](#installation)
* [Getting Started](#getting-started)
* [License](#license)
## Installation
analyticord is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.5+ and PyPy.
```bash
$ pip install analyticord
```
## Getting Started
```python
import asyncio
from analyticord import AnalytiCord
loop = asyncio.get_event_loop()
# The most basic usage, with a single bot token
analytics = AnalytiCord("token")
# start up the analytics
# this could be done inside the on_ready event, etc of a d.py bot
loop.run_until_complete(analytics.start())
# hook the on_message event of a d.py bot
# this will send message count events to analyticord for you
analytics.messages.hook_bot(bot)
```
## License
analyticord is distributed under the terms of the
[MIT License](https://choosealicense.com/licenses/mit).
[](https://pypi.org/project/analyticord)
[](https://choosealicense.com/licenses)
[](http://discordanalytics-python.readthedocs.io/en/latest/?badge=latest)
[](https://travis-ci.org/nitros12/module-python)
-----
**Table of Contents**
* [Installation](#installation)
* [Getting Started](#getting-started)
* [License](#license)
## Installation
analyticord is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.5+ and PyPy.
```bash
$ pip install analyticord
```
## Getting Started
```python
import asyncio
from analyticord import AnalytiCord
loop = asyncio.get_event_loop()
# The most basic usage, with a single bot token
analytics = AnalytiCord("token")
# start up the analytics
# this could be done inside the on_ready event, etc of a d.py bot
loop.run_until_complete(analytics.start())
# hook the on_message event of a d.py bot
# this will send message count events to analyticord for you
analytics.messages.hook_bot(bot)
```
## License
analyticord is distributed under the terms of the
[MIT License](https://choosealicense.com/licenses/mit).
Release files for analyticord 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| analyticord-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / analyticord-0.3.0-py3-none-any.whl
| Download URL | analyticord-0.3.0-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c235a3b9593a345a0357e23efbe0bd45bb470756f728ca3ad31f38dc65f1caf8
|
|
BLAKE2b-256 checksum How to use checksums |
391793e633a1cf7b6fde588f949978d58442832bf7b991be7fac7c033331fb58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |