# bitspider-server **Repository Path**: btc8/bitspider-server ## Basic Information - **Project Name**: bitspider-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-01 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bitspider-server A service for bitspider ## How to use it First, you need add a file ```settings.py``` at root path Then add ``` SITE_LIST = [ 'example1', 'example2', ] # exchange list TAG_LIST = [ 'tag1', 'tag2', ] # tag list MONGO_URL = 'mongodb://example:example@example:example' MONGO_DATABASE = 'example' ``` Into ```settings.py``` file Then run ```python manage.py``` ## API ### todays ```/api/today``` ### by site ```/api/site=``` * newsbitcoin * cryptocoinsnews * cointelegraph * coindesk * bitcoinmagazine ### by tag ```/api/tag=``` * bitcoin * ethereum * digitalcoin