How can I create a follow for follow website for Twitter
For further actions, you may consider blocking this person and/or reporting abuse
How can I create a follow for follow website for Twitter
For further actions, you may consider blocking this person and/or reporting abuse
Davide de Paolis -
nigamtarun018 -
Odukwe Precious Chiemeka -
Saif Sadiq -
Once suspended, aore will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, aore will be able to comment and publish posts again.
Once unpublished, all posts by aore will become hidden and only accessible to themselves.
If aore is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Emmanuel Oreoluwa.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag aore:
Unflagging aore will restore default visibility to their posts.
Top comments (3)
You need to give more information. How do you expect the workflow of the page to look like? If you are a total beginner to web development you need to learn a little bit of HTML and CSS. Maybe also into Javascript and the Twitter API.
I have Twitter api
I know the html Css and JavaScript
Each user that sign up will follow other users ....it will be a loop
This might be interesting: developer.twitter.com/en/docs/acco...
I'm pretty sure, twitter has some kind of rate limiting or detection mechanism that would prevent this to work at a big scale. Good luck though!