[−][src]Module tweetr::ops
Main functions doing actual work.
Each module contains the functions for their respective subsystems.
Modules
| add_user |
This module contains the functions used only by the |
| init |
This module contains the functions used only by the |
| queue_tweet |
This module contains the functions used only by the |
| start_daemon |
This module contains the functions used only by the |
Structs
| AppTokens |
The tokens needed to authenticate the app itself. |
| QueuedTweet |
The struct representing a queued tweet to post, posted or not. |
| User |
All user data required to connect to the Twitter API. |