Create your own twitter bot without the api
Project description
tweetpy
Create your own bot without the api.
Use at your own risk!
Install
pip install tweetpy-janmarkuslanger
Example
import time
from tweetpy import Twitter
hashtags = ('development', 'software', 'selenium', 'python')
while True:
with Twitter(username='myusername', password='mypassword') as bot:
bot.login()
for hashtag in hashtags:
bot.retweet_by_tag(hashtag, max=10) # retweets the newest hashtags
time.sleep(3600) # sleep for an hour
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tweetpy-janmarkuslanger-0.0.3.tar.gz.
File metadata
- Download URL: tweetpy-janmarkuslanger-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d841f64e4734f1b6bf675dcefe37bab72c8a583bc8bf013feebe8b35fbf1faae
|
|
| MD5 |
9116887824fb623c27427d7b50fcfad1
|
|
| BLAKE2b-256 |
e38f650701757f3080a458aac866d70ef39090abe40b03e014c1ea4b3cda8124
|
File details
Details for the file tweetpy_janmarkuslanger-0.0.3-py3-none-any.whl.
File metadata
- Download URL: tweetpy_janmarkuslanger-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8f57476e6711e724e994e7b737d24854f9a56300822511d95c20eefae6ebfdd
|
|
| MD5 |
c4678b02725596de335dcdb5c37bf8e4
|
|
| BLAKE2b-256 |
ea28f0119e5ff292ed9cfacf216633417e3d14818f426a8af717e05974823a9a
|