Skip to content

this project are create by scrapy library for collect the information about coins.

License

Notifications You must be signed in to change notification settings

amiriiw/coin_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

coin_crawler

This basic project for showing how scrapy crawler and flask web service work for acquaintance, in this project we will crawl the data of one coin or group of coins from https://coinmarketcap.com/.

in this project we use below libraries:

scrapy Flask os requests sys time

How you should use the src:

1 - use the comand "pip3 install -r requirements.txt"

2- run the file named coin_crawler_app.py

3- go to given url "http://127.0.0.1:5000/"

4- if you enter coin name the file named coin_crawler_single_coin.py will be work and give all info about coin even the news, if you enter other options the file named coin_crawler_all_coins.py will be work.

  • point: this project is new started so i dont work on project speed part.

offer:

Read the md files to get good information about the libraries used.