Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup an API endpoint to dispatch fake tweets for easier testing #25

Closed
keithamoss opened this issue Dec 18, 2018 · 0 comments
Closed
Milestone

Comments

@keithamoss
Copy link
Owner

Manually dispatching tweets is tiresome.

Setup an API endpoint that takes the following options:

  • Number of tweets to send
  • Number of seconds to send them in

It will then:

  • Pick a random tweet from the data store
  • Find the highest tweet_id in the data store and add n
  • Send a web socket event for a new fake tweet
@keithamoss keithamoss added this to the Alpha Testing milestone Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant