Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

vincentleeuwen/followfrenzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are a few basic steps to get the harvestbot going.

Make sure to populate the following database fields via Admin: (after setting up the project on a server and migrating followbot)

  1. TwitterAccountsThese are the accounts that provide the followers we're going to follow. For instance, the account of a competitor or some field expert. Make sure you only put one in as being "active"

  2. MainAccountThe main account that's beneficiary of the bot. THIS CAN ONLY BE ONE ACCOUNT.

  3. APIKeysThese are the API keys that will be used to make POST and GET requests to the Twitter API. Be sure to include API keys for the account listed under MainAccount. It is also recommended to include a few API keys that belong to other accounts. This makes it less likely to be spotted as a farm and get your account blocked.

After that, use the following management commands to get started:

  1. Run./manage.py scout_friends to fill up yourfriend_list table with potential followees.

  2. Then put daily cron tabs on./manage.py make_friends (creating friendships via POST) and./manage.py filter_friends (destroying friendships via POST if they don't follow back within 5 days).

That's all. Happy harvesting!


[8]ページ先頭

©2009-2025 Movatter.jp