Skip to content

CryptoBubbles Discord Webhook for DaviddTech Youtube Channel

Notifications You must be signed in to change notification settings

uysalibov/cryptobubble-webhook

Repository files navigation

cryptobubble-webhook

Cryptobubble-webhook is scraping Top 1000 coins from cryptobubbles.net. Creates bubble image and automatically send that image to Discord Webhook.

📌 Example Image

Example Image

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

First of all we need install required libraries.

pip install -r requirements.txt

Installation

Before to start we need set webhook url. Set your own webhook url in main.py

main.py
69     # Discord Webhook URL
70     WEBHOOK_URL = ""

Installation (optional)

You can also send pictures with the Discord Bot. Clear comments and et your own Discord Bot Token and channel id in main.py.

main.py
79     # You can send image using bot 
80    TOKEN = "" # Discord Bot Token
81    CHANNEL_ID = 0 # Discord Channel Id

📞 Contact

DaviddTech

uysalibov

About

CryptoBubbles Discord Webhook for DaviddTech Youtube Channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages