This project is about creating a twitter bot that simulates a user behaviour to follow/unfollow twitter users
- Loggin
- Get loggin user data
- Get user to follow data
- Follow an user
- Unfollow an user
- Follow a list of users
- Unfollow a list of users
- Save friendlist in case of error
- Create following List once we've followed someone not before
- Avoid following yourself to avoid errors
- Avoid following people who follow me
- Follow a range of the user list
- UpdateList is working
- Follow with promiseAll is woking as expected
- Unfollow with promiseAll is working as expected
- Tests
- Create interface