Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitter-activity-api-dummy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-activity-api-dummy

This library is to help you work with web-hook, Classify twitter account activities and save these activities

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

twitter_activity_api_dummy

You can use this library in order to :

  • Register, get, and delete the webhook url
  • Make a user subscribe his account for the twitter activity API
  • Classify twitter account activities and save these activities in a local folder or inside an AWS S3 Bucket

In order to install, open the command prompt and type:

pip install twitter_activity_api_dummy

It has two main module:

  • webhook_manager
  • activity_manager

In order to use this library you should have a verified twitter application and you have to save your credential inside a json file as following:

{
"consumer_key": " your one", 
"consumer_secret": "your one", 
"access_token": "your one", 
"access_token_secret": "your one",
"env_name": "your one"
}

The following directory Example shows a multiple example about how to use webhook_manager modules

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