Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lordelogos/design-jobs-bot

A twitter bot that finds latest design job postings
https://github.com/lordelogos/design-jobs-bot

design twitter twitter-api twitter-bot

Last synced: 2 days ago
JSON representation

A twitter bot that finds latest design job postings

Awesome Lists containing this project

README

        

# design-jobs-bot

To set up the bot, get your api keys from Twitter and set up your config.js file like below:

```
module.exports = {
consumer_key: "...",
consumer_secret: "...",
access_token: "...",
access_token_secret: "...",
};
```

Also get your generate a bearer token and add it to the bearer_token.js file like below:

```
module.exports = {
token:
"...",
};
```

Run the command

```
Node index
```

to run the bot from your terminal.