Skip to content

This bot parses cryptocurrency sites and sends the results for moderation to the bot for distribution to channels.

Notifications You must be signed in to change notification settings

nessshon/cryptoparser-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 CryptoParser bot

This bot parses cryptocurrency sites and sends the results for moderation to the bot for distribution to channels.

Requirements

  • Python 3.10 and above.
  • Docker and docker-compose.

Usage

Go to the project folder

cd cryptoparser-bot

Create environment variables file

cp .env.example .env

Edit environment variables in .env

nano .env

Launch using Docker

  1. Install docker and docker compose

  2. Build and run your container

    docker-compose up -d

Environment variables reference

Variable Type Description
REDIS_HOST str Set "redis" if you will be using docker
BOT_TOKEN str Token, get it from @BotFather
ADMIN_ID int Telegram Administrator ID
DEV_ID int Developer's Telegram ID

About

This bot parses cryptocurrency sites and sends the results for moderation to the bot for distribution to channels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published