A python wrapper for users of the Academic Research product track
Project description
TWEETPLE
Installation
The easiest way to install the latest version from PyPI is by using pip:
pip install tweetple
Usage
- Users and Followers Lookup
import tweetple
from tweetple import TweetPle
# Bearer token accesible via Twitter Developer Academic Research Track
bearer_token='AAAAAAAA'
# List of ids
ids = ['308131814']
# Retrieve users' information
TweetPle.TweepleStreamer(ids, bearer_token).user_lookup()
# Retrieve followers' information
TweetPle.TweepleStreamer(ids, bearer_token).followers_lookup()
- Retrieve Tweets
One can provide as input a list of:
-
Tweets' ids
-
Tweeples' handles
-
Links
import tweetple
from tweetple import TweetPle
# bearer token accesible via Twitter Developer Academic Research Track
bearer_token='AAAAAAAA'
# list of tweets' ids
tweetl = ['1461090445702881281']
TweetPle.TweetStreamer(tweetl, bearer_token).main()
# list of tweeplers' handles
tweeplel = ['zorroyanez']
TweetPle.TweetStreamer(tweeplel, bearer_token).main()
# list of links potentially shared via twitter
linkl = ['https://lula.com.br/22-vitorias-judiciais-de-lula-inquerito-contra-filhos-e-encerrado-por-falta-de-provas/']
TweetPle.TweetStreamer(linkl, bearer_token).main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tweetple-0.3.tar.gz
(9.0 kB
view details)
File details
Details for the file tweetple-0.3.tar.gz.
File metadata
- Download URL: tweetple-0.3.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3e0e0dfe1a0f5769fac95e6b8a1886d996ee03185fecf4a44358cf5edd22800
|
|
| MD5 |
7a17dee84bf5c7d2b8c0d74af2d9a6bd
|
|
| BLAKE2b-256 |
1d8e8625ce5a1b6acc3e16edbc428827f5e3cdf3be749b448de920cd5417c4d4
|