currency_crawler_bot

Hellow in this project i use

  1. scrapy

  2. mongodb

  3. telebot(telegram bot api)

I get all currency and stocks data and save it in the mongodb database and use them in my telegram bot

install scrapy

pip install Scrapy

or install all dependency at ones

pip install -r requirements.txt

Creating a project

scrapy startproject project name,
cd project_name
scrapy genspider example example.

install telegram bot api or what you want

pip install pyTelegramBotAPI

get token from bot father telegram

scrapy start crawler

scrapy crawl Stock,
scrapy crawl Dolor,