Skip to content

A small script to crawl USD/IRR data from TGJU.

Notifications You must be signed in to change notification settings

mahdisarikhani/USD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USD

A small script to crawl USD/IRR data from TGJU.

Quick Start

Install Python and PostgreSQL. Clone this repository and install required packages.

git clone https://github.com/mahdisarikhani/USD.git
cd USD/
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Change config.py based on your local PostgreSQL database. Run main.py to crawl and plot the data.

python main.py crawl
python main.py plot

About

A small script to crawl USD/IRR data from TGJU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages