Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 505 Bytes

Notification Discord Bot

Discord bot that sends a Discord and Twitter message when there is a new lending or renting in reNFT.

image

Install and run

poetry install
poetry run python notification_discord_bot/main.py

Format

poetry run isort .
poetry run black .

Lint

poetry run pylint --recursive=y

Run tests

poetry run pytest