Skip to main content

Generate ego networks for users from Twitter.

Project description

Tweego

Generate ego networks for users from Twitter. Create egocentric graphs with the twitter api.

Usage

Installation

pip install tweego

CLI Options

tweego generate-network [OPTIONS]

Options:
  -d, --dir PATH                Directory to store data
  -k, --keys-file PATH          Location of the api keys JSON file
  -n, --screen-name TEXT        The screen name of the ego center user
  -f, --follower-limit INTEGER  Number of followers for the second order ego
  --help                        Show this message and exit.

API keys format

Tweego supports multiple api keys to speed up the data collection process. The api keys should be in a JSON file with the following format.

You can get these details from the Twitter developer website.

[
  {
    "app_key": "<<app_key>>",
    "app_secret": "<<app_secret>>",
    "oauth_token": "<<oauth_token>>",
    "oauth_token_secret": "<<oauth_token_secret>>"
  },
  {
    "app_key": "<<app_key>>",
    "app_secret": "<<app_secret>>",
    "oauth_token": "<<oauth_token>>",
    "oauth_token_secret": "<<oauth_token_secret>>"
  }
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tweego-0.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

tweego-0.0.1-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page