Metadata-Version: 2.1
Name: bitcoinabuse-monitor
Version: 0.0.1
Summary: utility tool for measuring bot activity on bitcoinabuse.com
Home-page: https://github.com/Podproza/bitcoinabuse_monitor
Author: owuracoder
Author-email: richagyen20@yahoo.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

bitcoinabuse_monitor
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

-   Imports and formats bitcoinabuse.com data
-   Provides a statistical summary of the uploaded dataset
-   Provides a statistical distribution of the address size as bot
    activity increases.
-   Provides a dataframe of all addresses and an indication of whether
    it has duplication in its description or not
-   Provides a time range analysis on the range of spam of each
    individual addresses
-   Provides analytical insight on both the abuse type and the abusers

## Install

``` sh
pip install bitcoinabuse_monitor
```

## How to use

This package is simply utilised by first initialising an object then
applying useful functions as indicated in the analyzer page.
