A bot that creates twitter threads on the most diverse areas of knowledge.
·
Twitter
·
Dumonbot is a twitter bot that generates threads about all knowledge areas.
Santos Dumont is considered a polymath (a person who knows many sciences) since he was a great Brazilian inventor, having inventions such as: the airplane and the airship. The bot's intention is, as Santos Dumont did, to show and spread the most diverse areas of human knowledge.
This project is inspired by the video-maker project
- Clone the repo
git clone git@github.com:juniorklawa/dumonbot.git
- Install packages
yarn or npm install
- Enter your api keys in
.env.example
ALGORITHMIA_KEY= 'YOUR_ALGORITHMIA_KEY_KEY'
WATSON_KEY= 'YOUR_WATSON_KEY_KEY'
CUSTOM_SEARCH_AUTH= 'YOUR_CUSTOM_SEARCH_AUTH_KEY'
CUSTOM_SEARCH_CX= 'YOUR_CUSTOM_SEARCH_CX_KEY'
NLU_URL= 'YOUR_NLU_URL_KEY'
MONGO_URL= 'YOUR_MONGO_URL_KEY'
TWIT_CONSUMER_KEY= 'YOUR_TWIT_CONSUMER_KEY_KEY'
TWIT_CONSUMER_SECRET= 'YOUR_TWIT_CONSUMER_SECRET_KEY'
TWIT_ACCESS_TOKEN_SECRET= 'YOUR_TWIT_ACCESS_TOKEN_SECRET_KEY'
TWIT_ACCESS_TOKEN= 'YOUR_TWIT_ACCESS_TOKEN_KEY'
- Run
yarn dev:server
- Images unrelated to the subject
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Everaldo Junior - Linkedin