Skip to main content

A Python package for the simple downloading of tweets with geographical information

Project description

GTdownloader

GTdownloader is a geographical tweets downloading tool that leverages the Twitter API

and searchtweets-v2 to retrieve tweets with geographical information and store them in easy access

formats like .csv and .shp.

Installation

Use the package manager pip to install gtdownloader.

pip install gtdownloader

Twitter keys

To set up your twitter keys file you need to have a developer account with access to the full-archive

search. If you plan to use this as part of academic research, you can apply for researcher

access to the API at

Twitter Academic Research access.

After loging into your developer account, copy the consumer key, the consumer secret and the bearer token into a .yaml

file in the following way:

search_tweets_v2:

  endpoint:  https://api.twitter.com/2/tweets/search/all

  consumer_key: YOUR_CONSUMER_KEY

  consumer_secret: YOUR_CONSUMER_SECRET

  bearer_token:  YOUR_BEARER_TOKEN

Get started

from gtdownloader import TweetDownloader



# create downloader using Twitter API credentials

gtd = TweetDownloader(credentials='twitter_keys.yaml')



# get a batch of 400 tweets in english containing the word "tornado"

# between the dates 07/23/2022 and 07/29/2022

gtd.get_tweets('tornado', 

               lang='en', 

               max_tweets=400,

               start_time='07/23/2022', 

               end_time='07/29/2022'

               )



# accessing tweets data frame

print(gtd.tweets_df.head())

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtdownloader-0.1.11.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gtdownloader-0.1.11-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file gtdownloader-0.1.11.tar.gz.

File metadata

  • Download URL: gtdownloader-0.1.11.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for gtdownloader-0.1.11.tar.gz
Algorithm Hash digest
SHA256 0b6122a70d23cb4aa830d5ce9391e6e29ce85cc1f2463db75afcc3786ef8c541
MD5 fe0d9b99f47a128ebbfa59428fff02e3
BLAKE2b-256 b465449333f61590600e09039297c4a8f09b922bbacdb5c5a4994cd86ef53a6b

See more details on using hashes here.

File details

Details for the file gtdownloader-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: gtdownloader-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for gtdownloader-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 17bd2471bc589e7a35f1dbf5663db28545244dedaae31142671e48de1087e5ec
MD5 b2c04f34a7740a1419fc6ef189f11961
BLAKE2b-256 ee3367768512d698e3189250bbe9206d05ebc2f664bc6c43495a48b33295292b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page