athena.api_library package¶
Submodules¶
athena.api_library.bitcoin_api module¶
A simple API for retrieving bitcoin data | API Documentation: https://bitcoinaverage.com/api
athena.api_library.geo_info_api module¶
A tool for retrieving geographical info based on external IP | API Documentation: http://ip-api.com
-
athena.api_library.geo_info_api.
get_data
(key)[source]¶ - Keys/Values:
- status: SUCCESS,country: COUNTRY,countryCode: COUNTRY CODE,region: REGION CODE,regionName: REGION NAME,city: CITY,zip: ZIP CODE,lat: LATITUDE,lon: LONGITUDE,timezone: TIME ZONE,isp: ISP NAME,org: ORGANIZATION NAME,as: AS NUMBER / NAME,query: IP ADDRESS USED FOR QUERY
athena.api_library.ifttt_api module¶
A simple IFTTT trigger tool | API Documentation: https://ifttt.com/maker
athena.api_library.spotify_api module¶
A wrapper API for Spotify Web Player (requires Firefox)
athena.api_library.user_api module¶
A simple API to retrieve user info
-
class
athena.api_library.user_api.
UserApi
[source]¶ Bases:
athena.classes.api.Api
athena.api_library.voice_browse_api module¶
Tools to automate browsing (requires Firefox)
athena.api_library.weather_api module¶
An API for retrieving Wunderground weather information | API Documentation: http://www.wunderground.com/weather/api/d/docs
-
class
athena.api_library.weather_api.
WeatherApi
[source]¶ Bases:
athena.classes.api.Api