Gets the temperature and the humidity from a weather's station website and publishes on tweeter
You need to install requests, bs4 and tweeter. Also fill athentication.py with the keys you generate at the twitter developer's website:
consumer_key = <key1> #(API key)
consumer_secret = <key2> #(Api secret Key)
access_token = <key3> #(Access token)
access_token_secret = <key4> #(Access token secret)
pip install requests bs4 tweepy
Just run:
python weatherpost.py
- Visual Code Studio - Lightweight editor supporting many languages
- Python extension - Extension for Visual Studio Code from Miscrosoft
- Dimitris Lazarakis - dim1119