Twindle: Spike Twitter api fetch tweets

Created on 26 Oct 2020  路  4Comments  路  Source: twindle-co/twindle

Write a hello world program for fetching tweets.

Use v1 or v2.

Try not to use any node module. Also don't commit twitter API key!!

Bonus points after the minimum implementation --> cli with arguments

  1. the API key
  2. the thread URL

Most helpful comment

Anyone taking this up can take a look at https://github.com/twindle-co/twindle/tree/main/playground/mock for some useful content

All 4 comments

Anyone taking this up can take a look at https://github.com/twindle-co/twindle/tree/main/playground/mock for some useful content

Michael and i are working on this.

Try not to use any node module. Also don't commit twitter API key!!

We can also use dotenv package to create environment variables and hide the API keys.

Here is great blog post regarding it. Thanks.

Nice quick blog post!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

johnjacobkenny picture johnjacobkenny  路  5Comments

johnjacobkenny picture johnjacobkenny  路  5Comments

johnjacobkenny picture johnjacobkenny  路  4Comments

palashmon picture palashmon  路  4Comments

arthurbuhl picture arthurbuhl  路  6Comments