tweety-bot

A twitter bot, automatically collects information you need on twitter, please check twitter API for more information.

Usage no npm install needed!

<script type="module">
  import tweetyBot from 'https://cdn.skypack.dev/tweety-bot';
</script>

README

tweety

A twitter bot, automatically collects information you need on twitter, please check twitter API for more information.

Check my bot here

tweety

(Terrible drawing, I know)

Version 0.0.1

  • Search topics and retweet

Config object

config = {
    consumer_key: '',
    consumer_secret: '',
    access_token: '',
    access_token_secret: ''
});