Skip to content

Any interest in a twitter bot (like the reddit one)?Β #88

@karan

Description

@karan

Based on local journals sites file, I whipped up https://twitter.com/TakeoverBot. It doesn't run all the time, and isn't even built to handle all errors properly - it's ~70% done. But getting to 90+% would be a few more hours of work.

The repo is private (hard-coded keys lol), but I can share the code if there is interest in maintaining and researching the findings. Any takers?

Its relatively simple go code with likely many optimizations:

  • Using an actual DB for tracking tweets sent (instead of a local csv file)
  • Smarter rate limit handling
  • Discarding old tweets (say older than a week)
  • Saving aggregate data for analysis
  • Linking to a form to collect feedback
  • Possibly running in multiple threads (go func())
  • Variations of messages posted
  • User opt-out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions