pAulseperformance
cryptopanic_scraper
Jupyter Notebook

cryptopanic news feed scraper

Last updated Jun 22, 2026
28
Stars
4
Forks
4
Issues
0
Stars/day
Attention Score
11
Language breakdown
No language data available.
Files click to expand
README

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]


Logo

Cryptopanic Scraper

Headless chromedriver for automatic scraping of cryptopanics asynchronous newsfeed.
Explore the docs »

Report Bug · Request Feature

Table of Contents

* Built With * Prerequisites * Installation

About The Project

[![Product Name Screen Shot][product-screenshot]](https://cryptopanic.com/)

Cryptopanic is a crypto news aggregator that offers realtime news feeds of all things crypto as well as user input for ratings. This project was designed to scrape the data from their website so it could be later analyzed using NLP.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • python 3
  • pip

Installation

  • Clone the cryptopanic_scraper
git clone https:://github.com/grilledchickenthighs/cryptopanic_scraper.git
  • Change directory
cd cryptopanic_scraper
  • Install packages
pip install -r requirements.txt

Usage

Simply run:
python cryptopanic_scraper.py --headless
If you want to see it in action, run the script without any flags.
python cryptopanic_scraper.py
If you want to filter the type of news to scrape add the --filter flag and choose a type. {all,hot,rising,bullish,bearish,lol,commented,important,saved}
python cryptopanic_scraper.py --filter hot
You can always use the --help flag if you forget these commands:
python cryptopanic_scraper.py --help

usage: cryptopanic_webdriver.py [-h] [-v] [-f {all,hot,rising,bullish,bearish,lol,commented,important,saved}] [-s]

optional arguments: -h, --help show this help message and exit -v, --verbose increase output verbosity -f {all,hot,rising,bullish,bearish,lol,commented,important,saved}, --filter {all,hot,rising,bullish,bearish,lol,commented,important,saved} Type of News filter -s, --headless Run Chrome driver headless

If your interested in analyzing the data:

Please feel free to check out the jupyter directory for getting started.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Paul Mendes - @BTCTradeNation - paulsperformance@gmail.com

Project Link: https://github.com/grilledchickenthighs/cryptopanic_scraper

[contributors-shield]: https://img.shields.io/github/contributors/grilledchickenthighs/cryptopanic_scraper?style=flat-square [contributors-url]: https://github.com/GrilledChickenThighs/cryptopanic_scraper/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/grilledchickenthighs/cryptopanic_scraper?style=flat-sqaure [forks-url]: https://github.com/GrilledChickenThighs/cryptopanic_scraper/network/members [stars-shield]: https://img.shields.io/github/stars/grilledchickenthighs/cryptopanic_scraper?style=flat-square [stars-url]: https://github.com/grilledchickenthighs/cryptopanic_scraper/stargazers [issues-shield]: https://img.shields.io/github/issues/grilledchickenthighs/cryptopanic_scraper.svg?style=flat-square [issues-url]: https://github.com/grilledchickenthighs/cryptopanic_scraper/issues [license-shield]: https://img.shields.io/github/license/grilledchickenthighs/cryptopanic_scraper.svg?style=flat-square [license-url]: https://github.com/grilledchickenthighs/cryptopanic_scraper/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/paul-mendes [product-screenshot]: images/screenshot.png

🔗 More in this category

© 2026 GitRepoTrend · pAulseperformance/cryptopanic_scraper · Updated daily from GitHub