Skip to content

lusoal/crypto-scrapping-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Bot

Overview

A bot that scrappes tradingview.com website and give you insights about BitCoin and Ethereum

This chat-bot is written in Python and uses selenium, chrome-headless and beautiful soup to scrappe tradingview web page looking for insights and tips of when buy or sell crypto coins.

Pre Reqs

Running the project

  1. Clone the project locally

  2. Change the docker-compose.yaml as described below

With docker-compose you are able to run the project locally, just follow the steps.

version: '3.3'
services:
  bot:
      build: .
      networks:
        - project-network
      restart: always
      environment:
        TELEGRAM_TOKEN: "<FILL_WITH_YOUR_TOKEN>"
networks:
  project-network:
    driver: bridge

Change the value of TELEGRAM_TOKEN with you bot user token that you generated before.

  1. Execute docker-compose up

ToDo List

  • Add option for more coins
  • Create CloudFormation to provision the environment on AWS
  • Change to a remote Database
  • Send automatic insight about coins

License

The source code for the site is licensed under the MIT license.

About

A bot that scrappes tradingview.com website and give you insights about BitCoin and Ethereum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published