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
Close
Hashes for tweetpy-janmarkuslanger-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d841f64e4734f1b6bf675dcefe37bab72c8a583bc8bf013feebe8b35fbf1faae |
|
MD5 | 9116887824fb623c27427d7b50fcfad1 |
|
BLAKE2b-256 | e38f650701757f3080a458aac866d70ef39090abe40b03e014c1ea4b3cda8124 |
Close
Hashes for tweetpy_janmarkuslanger-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f57476e6711e724e994e7b737d24854f9a56300822511d95c20eefae6ebfdd |
|
MD5 | c4678b02725596de335dcdb5c37bf8e4 |
|
BLAKE2b-256 | ea28f0119e5ff292ed9cfacf216633417e3d14818f426a8af717e05974823a9a |