privatenumber / snap-tweet

Snap a screenshot of a tweet 📸
MIT License
333 stars 19 forks source link

Monitor and snap automatically #26

Closed FevLoad closed 2 years ago

FevLoad commented 2 years ago
## Is your feature request related to a problem?
<!-- not really just asking for automation 

  What's the motivation behind this issue?

<!-- Keep record keep an eye on accounts 
Like football players and people reaction after matches or PPV games for hilarious laughing 

  Eg. I'm frustrated when...
-->

## Describe the solution you'd like
<!-- just keep track on that user and take a picture on each new tweet automatically 

  What kind of solution would you like to see?
<!-- Script can get users profiles links from either config.json or users_list.ymal file or any file format6
  What makes it a good solution?
--> I don't know what else I could say 

## Describe alternatives you've considered
<!--
  What else did you try?
 <!-- Nothing just thanks for the hard work mate 
  Do you have a workaround?
--> didn't try anything 

## Additional context
<!--
  Anything else to share?

  Screenshots? Links?
privatenumber commented 2 years ago

I'm not sure what this means.

Can you elaborate?

FevLoad commented 2 years ago

I'm not sure what this means.

Can you elaborate?

Monitor user ID / profile And take a picture for any new tweet from them automatically and save it to certain folder with the user's name

privatenumber commented 2 years ago

Sorry, that's out of scope of this project.

However, you can do that yourself by writing a script that polls a user's tweets via Twitter API.

You can either spawn snap-tweet as a script, or import the TweetCamera and use it like this.