You can view one example on how to import Twitter tweets into Drupal using this module in the following screencast. Please enable the caption as there are no audio in the screencast.
Preparing Views Output
In order for the Feeds View Parser/Fetcher to be able to import Views output, the view must have PHP Array display added into it.
Setting up the Fetcher and Parser
- Create a new Feeds importer configuration.
- Change the Fetcher and Parser to be View Fetcher and View Parser respectively.
- Specify which View/Display pair that you want to import into Drupal in Parser Settings.
- Specify the Mapping of Views' Fields to the Processor Fields
- Import it!