Skip to content

Gets the temperature and the humidity from a weather's station website and publishes on tweeter

Notifications You must be signed in to change notification settings

dim1119/temperature2tweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

temperature2tweet

Gets the temperature and the humidity from a weather's station website and publishes on tweeter

Geting Started

Prerequisites

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)

Installing

pip install requests bs4 tweepy

Running

Usage

Just run:

python weatherpost.py

Notes

Built with

  • Visual Code Studio - Lightweight editor supporting many languages
  • Python extension - Extension for Visual Studio Code from Miscrosoft

Authors

About

Gets the temperature and the humidity from a weather's station website and publishes on tweeter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages