New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mediastackwrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediastackwrapper

paginate through mediastack API data

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

This python library helps you use your mediastack API key to access data on the media stack API. No need to figure out how to paginate through the results this code does it for you.

pip install mediastackwrapper

import mediastackwrapper

To use this library import mediastackwrapper and call the function news_dataframe(), put your between dates, the keyword you are searching the news for, your mediastack API key.

import mediastackwrapper import pandas as pd

df = mediastackwrapper.news_dataframe('2022-1-1,2022-5-31','Keyword','your_api_key')

It will return the results as a pandas dataframe. You will be able to run analysis using the pandas library.

Get Mediastack API key

https://mediastack.com?utm_source=FirstPromoter&utm_medium=Affiliate&fpr=christopher32

Change Log

0.0.1 (19/06/2022)

  • First Release

0.0.2 (19/06/2022)

  • Second Release

0.0.3 (19/06/2022)

  • Third Release

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc