Stands for TwitterUserTracker
As the Name describes it tracks users (yes users not user). Tracks not as in stalk hmm maybe stalk err it justs checks who they are following
Whenever the list of users who are stored in target follow someone, it sends a message letting you know who they followed (kinda useful right not creepy)
- If you are running this locally you dont need to store the api keys on environment variables you can just store it on config.json and use the application. (You will need to tweak the code a little bit tho to get the keys from there)
- You will need to create an account on MongoDB and get an api key
- If you are having a hard time to do this, you can find a tutorial in youtube or somewhere
- Request a Twitter Developer Account (with Elevated Access, then create a Twitter Developer App (make sure you change it to have both read/write permissions) (Also Not sure if Elevated Access is needed but its better)
- You will need a discord app and its token (This is for the bot that you can use to add the list of targets that you want to track)
- Two Webhooks , One for Logging and One for the webhook that sends message (Notification)