learn your tweet and auto tweet it.
Project description
Learn your response pattern on twitter.
Installation
$ pip install autotweet
# Or with telegram bot
$ pip install 'autotweet[telegram]'
Usage
Learning user’s tweet
Autotweet can learn your tweet by collector.
$ autotweet collector
Automatic answering by clone account
Your clone account can automatic answer by answer command.
$ autotweet answer
Automaticaly tweet after death
Autotweet can be auto tweeting using your main account. Use it when you are leaving from twitter for any reason.
$ autotweet after_death
Add manually
You can add question/answer set manually.
$ autotweet add 'Question' 'Answer'
Telegram integration
You can run a telegram bot with learned database.
$ autotweet telegram -h
Configure
You can configure Autotweet by editing ~/.autotweetrc file.
[auth]
token = <OAuth token (automaticaly generated)>
answerer_token = <OAuth token (automaticaly generated)>
[database]
db_url = <database url>
[answer]
threshold = <Auto answering to tweet that is not mention to answerer. (float 0.0 ~ 1.0)>
[tweet after death]
message0 = This is message sent by auto tweet.
message1 = If you are reading this, I'm already dead.
Links
- Package Index (PyPI)
https://pypi.python.org/pypi/autotweet/
- Docs (ReadTheDocs)
https://autotweet.readthedocs.org/
License
Autotweet is following MIT license.
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
autotweet-0.5.2.tar.gz
(11.9 kB
view hashes)
Built Distribution
Close
Hashes for autotweet-0.5.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88ba5f1149ca35219106d3f45f69ad6b0af7348c66f35a88e1c2b7959b91b5a0 |
|
MD5 | b91ff4b9edbea5ad3d031f7e349a5896 |
|
BLAKE2b-256 | 0e95d26a1ac9f3dec093292578cfa4e7eed477edd7d7b97120d1e51331af607c |