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

tweeql2solr

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweeql2solr

tweeql2solr - store tweets in solr

  • 0.1
  • PyPI
  • Socket score

Maintainers
2

tweeql2solr is a wrapper for tweeql_. It allow you to store tweets in solr.

It recommended to use Solr4 so you can use the store field to Geo localize tweets.

If not, you need to use the -1 option. See bellow.

Installation

With easy_install::

$ easy_install tweeql2solr

Usage

tweeql2solr provide a simple command line script::

$ tweeql2solr -h Usage: tweeql2solr [options]

Options: -h, --help show this help message and exit -w WHERE, --where-clause=WHERE where clause --username=USERNAME twitter username --password=PASSWORD twitter password -s BATCH_SIZE, --batch-size=BATCH_SIZE batch size. Default: 1 -u URL, --url=URL solr url. Default: http://127.0.0.1:8983/solr/ -1, --solr1 use this if you do not use solr 4. -v, --verbose increase verbosity

.. _tweeql: https://github.com/marcua/tweeql

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