This project is under development and is not ready for use.
BETA USE: http://xz5jnu633vplnrea7syblslmznxmubmobiqgp4zbeqfpbk5vckie2cid.onion/
ScrapCoin Pro is a Rest API developed in Python that allows querying Bitcoin fiat prices through web scraping on different exchanges. The API provides up-to-date Bitcoin price data in various fiat currencies to provide users with reliable and timely information.
- Query updated Bitcoin prices in fiat for different trading pairs.
- Support for multiple popular exchanges through web scraping and API requests.
- Guaranteed privacy and anonymity, no user data storage.
- Private access through the TOR network.
- Periodic price updates to provide reliable data in real time.
- Easy integration with your application
- Clone the GitHub repository and enter en the project folder:
git clone https://github.com/makrron/ScrapCoin.git
cd ScrapCoin- Create and activate a virtual environment (Python 3.x is recommended):
python -m venv venv
source venv/bin/activate- Install the necessary dependencies:
pip install -r requirements.txt- Create instance folder, data base and config files
mkdir instance
touch config.py- Edit config file with the following structure:
{
"DATABASE": "instance/database.db",
"CHROME_DRIVER_PATH": "/usr/lib/chromium-browser/chromedriver",
"HOST": "127.0.0.1",
"PORT": 80
}- Init database (in the root folder of the project):
flask --app main init-db- Run aplication
python3 main.py
python3 api/utils/web_scraper.pyContributions are welcome! If you find a bug, have a suggestion or want to add a new feature, feel free to create an issue or submit a pull request.
This project is licensed under the MIT license.