Sets your desktop wallpaper to a user's recent tweet.
pip install tweepy
pip install Pillow
pip install textwrap3
- You need a twitter API key (bearer_token), in order to run this script.
- You can get it here
- Fork this Repo & clone it into your local machine
- cd into tweet2wallpaper folder
- Open script.py in any editor
- set bearer variable to your Bearer_token at line 23.
- set username variable to the one, whose tweets you want to receive.
- set wait variable to your desired value. This checks for new tweet on each loop (default is an hour).
- Now run script.py
- This should change your wallpaper with a recent tweet of user. If not, please raise a issue here