An open API service indexing awesome lists of open source software.

https://github.com/gr0vity-dev/nano_pingpong

A simple bot that generates an account and returns all funds to the sender
https://github.com/gr0vity-dev/nano_pingpong

Last synced: about 1 year ago
JSON representation

A simple bot that generates an account and returns all funds to the sender

Awesome Lists containing this project

README

          

# nano_pingpong

## Requirements :
- free AUTH_KEY from rpc.nano.to
- python and the dependencies from requirements.txt

## Run the script
```
git clone https://github.com/gr0vity-dev/nano_pingpong.git
cd nano_pingpong
pip install -r requirements.txt
// add you AUTH_KEY to config.py
python3 nano_refundbot.py
```