https://github.com/adamouization/tweetbot
:bird: Raspberry Pi TweetBot (2017)
https://github.com/adamouization/tweetbot
python raspberrypi twitter twitter-api
Last synced: about 1 month ago
JSON representation
:bird: Raspberry Pi TweetBot (2017)
- Host: GitHub
- URL: https://github.com/adamouization/tweetbot
- Owner: Adamouization
- Created: 2017-01-29T19:00:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T15:04:10.000Z (over 9 years ago)
- Last Synced: 2025-01-05T01:43:05.256Z (over 1 year ago)
- Topics: python, raspberrypi, twitter, twitter-api
- Language: Python
- Homepage: https://twitter.com/ThePiTweetBot
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ThePiTweetBot
### Features
- dynamic randomised tweets retrieved from a text file every hour
- tweets CPU temperature at the beginning of every third hour
- tweet .jpg files
- local 140-characters message limit
- write to a log each time script is ran to keep track of tweets sent
- automatic script running using crontab:
```
sudo crontab -e
*/30 * * * * python TweetBot.py
```
### Features to be implemented in the future
- retweet tweets with specific keywords
- interaction with followers and other users
Follow me on [Twitter](https://twitter.com/ThePiTweetBot)