Support setting the starting cursor position...
authorRuxandra Burtica <ruxandra.burtica@gmail.com>
Fri, 27 Dec 2013 18:04:19 +0000 (12:04 -0600)
committerJoshua Roesslein <jroesslein@gmail.com>
Fri, 27 Dec 2013 18:08:46 +0000 (12:08 -0600)
commit7a0a6fa40c04a60f333541d094aeced5d7dc63f4
tree5c6aaea196e4d6ff05003683b7aef8e8fafbf682
parent564c63142712df3456070dcc4e20e2e54a0b5259
Support setting the starting cursor position...

Ex: Cursor(api.friends_ids, cursor=123456)

The cursor will start iterating at position 12456 rather
than the first "page" (position -1).

Based on original work by Ruxandra Burtica in Pull request #194.
tests/test_cursors.py
tweepy/cursor.py