A method to track flights of an airplane and tweet out the flights periodically. The flight information is obtained by using the tailnumber and scraping a flight history webpage.
Project cancelled due to conflicts with website user agreement on scraping data.
Relevant website info and important keys have been removed.
- Scrape flight data from webpage
- Tweet flight information using Twitter API
- Deploy to cloud service like AWS Lambda to be called periodically (Cancelled due to conflicts with website user agreement)
- Python 3.10.1
- bs4
- tweepy