Im new here,
I am just wondering:
Would there be any general interest in a software that scans 250 000 000 twitter users for different features and outputs the accounts with those features in a textfile?
For instance if you want to:
- Output all accounts with the following/follower ratio of 1.32 and have the bio containg these words "word1, word2, word3" it will output it.
- Output all accounts that can be DM:ed by anyone
- Output all accounts that has an english/spanish/[INSERT LANG] bio
...etc
You can fitler on the fly as per your own choice, literally anything you want between a quarter of a billion of twitter accounts.
Any filtering would be done in seconds since I use optimized algorithms for each task that wil operate with the O(log(n)) speed.
Right now I am doing it for fun, but would there be any interest for this to anyone?
I am just wondering:
Would there be any general interest in a software that scans 250 000 000 twitter users for different features and outputs the accounts with those features in a textfile?
For instance if you want to:
- Output all accounts with the following/follower ratio of 1.32 and have the bio containg these words "word1, word2, word3" it will output it.
- Output all accounts that can be DM:ed by anyone
- Output all accounts that has an english/spanish/[INSERT LANG] bio
...etc
You can fitler on the fly as per your own choice, literally anything you want between a quarter of a billion of twitter accounts.
Any filtering would be done in seconds since I use optimized algorithms for each task that wil operate with the O(log(n)) speed.
Right now I am doing it for fun, but would there be any interest for this to anyone?