twitter_activity
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
In order to install, open the command prompt and type:
pip install twitter_activity
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 Notebook shows multiple example about how to use webhook_manager modules
Release files for twitter-activity 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| twitter_activity-0.0.1.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| twitter_activity-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / twitter_activity-0.0.1.tar.gz
| Download URL | twitter_activity-0.0.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
985585575f8300f272f5491869b14033c2c1c224afa97632c247b5a47e14ce12
|
|
BLAKE2b-256 checksum How to use checksums |
bd9217a3d7f7b2fc9abddce54acab6a69051fd7664d21bc4ee103b7cb5e8aa7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
|
Release files / twitter_activity-0.0.1-py3-none-any.whl
| Download URL | twitter_activity-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dfb1904814c898007084fbc000b38f0fef5b26c2c8a1762ab19e6fa9bc7c6ed4
|
|
BLAKE2b-256 checksum How to use checksums |
53e8701d2335e95aed8f9e6a9b74424c2f04d43f1dd1bd52792bf683a323e69b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
|