Metadata-Version: 2.1
Name: facebook-timezones
Version: 0.1
Summary: Helpers for using timezones in the Facebook Graph API.
Home-page: https://github.com/selectom/facebook_timezones
Author: Alon Diamant
Author-email: alon@selectom.com
License: MIT
Download-URL: https://github.com/selectom/facebook_timezones/archive/0.1.tar.gz
Keywords: facebook,graph api,timezone,timezones,facebook timezones,marketing api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Description-Content-Type: text/markdown

# facebook_timezones

> A simple library that contains helpers for using timezones in the Facebook Graph API.

Developed in [Selectom](https://www.selectom.com).

## Install

```
pip install facebook_timezones
```

### What does it contain?

* Lookup tables (dict) between timezone IDs, timezone codes and timezone names.
  Based on https://developers.facebook.com/docs/marketing-api/reference/ad-account/timezone-ids/v2.12
* `timezoneNameFromTimezoneOffset()` to get a timezone name based on the Facebook User `timezone` field.
  Based on https://developers.facebook.com/docs/graph-api/reference/v2.12/user

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/selectom/facebook_timezones/issues/new).

## Author

**Alon Diamant (advance512)**

* [github/advance512](https://github.com/advance512)
* [Homepage](http://www.alondiamant.com)

