Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Support for Twitter API V2 and Decoupled Reverse Geocoding Service #21

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

kengggg
Copy link
Contributor

@kengggg kengggg commented Jul 27, 2023

This pull request is in response to the recent changes in Twitter's API policies. As a result, we have updated our application to make use of Twitter's V2 API endpoint, which is now required. In addition, Twitter's V1.1 API no longer supports reverse geocoding in its free tier. Consequently, I've made modifications to ensure continuity of the aerialbot functionality while also maintaining location accuracy.

Here is a summary of the key changes in this pull request:

  1. Integration with Twitter API V2: In compliance with Twitter's new API policy, we've migrated our application from Twitter's V1.1 API to the V2 API.
  2. Decoupled Reverse Geocoding Service: Given the removal of reverse geocoding support in the free tier of Twitter's V1.1 API, I've decoupled our reverse geocoding service. It is now support Nominatim and Google Maps for reverse geocoding.

These changes aim to maintain the functionality of aerialbot on Twitter while adhering to the platform's updated API policies. Feedback and reviews are appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant