AboveTustin icon indicating copy to clipboard operation
AboveTustin copied to clipboard

ADS-B Twitter Bot. Uses dump1090-mutability to track airplanes and then tweets whenever an airplane flies overhead.

Results 21 AboveTustin issues
Sort by recently updated
recently updated
newest added

This PR adds a new `anon_tweet_template` that is used for anonymized flights, where the ICAO is meaningless. Requires #29. Fixes #26.

Until #3 is implemented, airport-data.com has an [API for retrieving photos of aircraft](http://www.airport-data.com/api/doc.php) that people might want to add to tweets. The photos are just thumbnails, e.g. ![684076](https://user-images.githubusercontent.com/52466/33146338-9d572b9a-cf78-11e7-96f2-a198be39bfaf.jpg)

Flightaware ["anonymizes" some multilaterated ICAO codes for security reasons](https://discussions.flightaware.com/t/flightaware-mlat-network-announcement/18874). An anonymized ICAO is a made up hexcode that [begins with a tilde (~)](https://discussions.flightaware.com/t/mlat-basestation-data-on-port-30106/19492). tracker.py has [code to handle the tildes](https://github.com/kevinabrandon/AboveTustin/blob/master/tracker.py#L214),...

It looks like `screenshot.clickOnAirplane` can fail if there are so many aircraft in the list that the one it's trying to click on has scrolled below the visible portion of...

Can you add Military only Tweet =)

enhancement

Hello, Is it possible to study for evolution the screencapture of the planefinder web interface instead of the dump1090? It is maybe even more friendly as often is picture the...

enhancement

So while my use case is to use a map layer with as little geographical information as present for testing, debugging and sharing of screenshots, I figured this may be...

enhancement

So although not exactly in the spirit of the project, this is something I would find useful to allow me to install and test the code without having to setup...

enhancement

Would it be worth adding links to any of the flight tracking sites which make historical information available to allow folks to see the whole flight track etc?

enhancement

Hi, In **AboveTustin**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` Pillow==4.3.0 requests==2.20.0 selenium==3.7.0 twitter==1.18.0 ``` The version...