Repository
https://github.com/DunnCreativeSS/twitterFollowMonster
Bug Fixes
- What was the issue(s)?
- The list of what to follow, retweet and favorite had been hard-coded for some crypto goal
- The code executed too often, leading to Twitter bans
- What was the solution?
- Made the interface accept these lists as variables + included the code that appended the current trends to this list.
- Made the code reload every hour instead of 15 minutes, made it act on 2 tweets instead of 15
New Features
- What feature(s) did you add?
- Added a feature to count your follower's followers and order them from greatest to smallest
- How did you implement it/them?
- I added a series of timeouts (to avoid rate limit) and functions, along with the frontend to achieve this effect. New code is in api.js, commit https://github.com/DunnCreativeSS/twitterFollowMonster/commit/461740c4c613e709e76fae7899730711fcbc591f
New Projects
- What is the project about?
To extend social capability with a multi-OAuth login boilerplate. This allows multilpe users to login to my service to avoid an overall rate limit should an app be created that directly interacts with social networks. Using a boilerplate allows me to have a basic UI to modify for my own goals.This is far superior when it comes to considering multiple accounts: Twitter, for instance, requires you to verify a mobile number to create a new app, while users who are unverified can log in and use an OAuth app like this one.
- Technology Stack
Recent Node.js and npm installed, the app will install the rest of the requirements. Requires OAuth api keys for the social networks in question.
- Roadmap
Next, we replicate our success onto Instagram.
- How to contribute?
Anyone can reach me here on Steem @hodlorbust, or GitHub dunncreativess.