Socket
Socket
Sign inDemoInstall

tweetpy

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tweetpy

Python package that allows to access the Tweet data without API


Maintainers
1

Readme

tweetpy

Python package which to access the Tweet data without API

Installation

The easiest way to install the latest version from PyPI is by using pip:

pip install tweetpy

Usage

Download it by clicking the green download button here on Github. You only need to parse argument specific Twitter keyword.

>>> from tweetpy.tweet import Tweet
>>> tweet = Tweet(1567531687130632199)

Documentation

ATTRIBUTEDESCRIPTIONVALUEEXAMPLE
textget tweet textString"Welcome to the home"
conversation_countget conversation tweets countInteger0
langget tweet language codeString"en"
favorite_countget likes countInteger195
created_atget when the tweet createddatetime.datetimedatetime.datetime(2018, 8, 3, 2, 22, 56)
idget tweet idInteger1025205344660856838
id_strget tweet id as stringString'1025205344660856838'
possibly_sensitiveis tweet has sensitive contentBooleanFalse

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc