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.10.tar.gz (11.9 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.10-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gtdownloader-0.1.10.tar.gz
  • Upload date:
  • Size: 11.9 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.10.tar.gz
Algorithm Hash digest
SHA256 b2d4ccfef435b0dc74b019c0ba776ecf0b648f1e4383e10b7ec8563fd8b83288
MD5 3c98cb974e61e7b0cafc0748538267e0
BLAKE2b-256 b38b4cb30eb53579bd46b034bcd502224c8072cfe2f3f18fa4ac7eee7fdb8f51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gtdownloader-0.1.10-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.10-py3-none-any.whl
Algorithm Hash digest
SHA256 288e1c1a651d03ed2c963f7af87f7d1ff026c484ef2b6ab3c032aff8cd557c32
MD5 2bab7b28ae3b67038508574d4f2591c2
BLAKE2b-256 9a0b516bf9dbc8b5808d071d0db9f61334de604a4f5adfbc25da30ce786b0313

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