Tweepy max tweets

时间:2015-08-24 16:00:20

标签: python tweepy

我希望设置从Twitter上收到的最大推文数量。

我已经尝试public class Request { public virtual int BudgetHolderId { get; set; } [ForeignKey("BudgetHolderId")] public virtual Employee BudgetHolder { get; set; } public virtual int FinancialControllerId { get; set; } [ForeignKey("FinancialControllerId")] public virtual Employee FinancialController { get; set; } } ,但这似乎对我不起作用

count=100

0 个答案:

没有答案
相关问题