This library allow to do automatisation actions like, share and comment on Twitter
Project description
PACKAGE - TWITTER-AUTOMATE
But
Ce packages permet d'automatiser les tâches de like, partage et commentaire sur Twitter.
Pour importer
from bot_twitter import automate_twitter as at
Fonctions
-
twitter_auth_api(self):
This function allow to authentificate on Twitter API
-
twitter_auth_client(self):
This function allow to authentificate on Twitter Client
-
twitter_get_last_post(self, user_api: twitter_auth_api, pseudo_twitter: str):
This function return a dictionary contain id of last tweet and date creation
-
twitter_get_posts(self, user_api: twitter_auth_api, pseudo_twitter: str, nb_tweet: int):
This function return last tweets in function value of variable 'nb_tweet'
-
twitter_like (self, user_client: twitter_auth_client, id_post: str):
This function allow to like a tweet
-
twitter_retweet(self, user_client: twitter_auth_client, id_post: str):
This function allow to retweet a tweet
-
twitter_comment(self, user_client: twitter_auth_client, id_post: str, text_comment: str):
This function allow to comment a tweet
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
File details
Details for the file twitter_automate-1.0.3.tar.gz
.
File metadata
- Download URL: twitter_automate-1.0.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c41a8872e9b7efcbdbd522887111937e90f021dd91d06669afb9e86a7e01db7 |
|
MD5 | e6a82946da7316881b5738d24645a4a2 |
|
BLAKE2b-256 | c3c7703c1ef76a3a6f595f708c797a7ced3449c1bf895666cca33d025f0a5d40 |