https://github.com/realfranser/curiosity-app
This is an sms/what'up bot that texts back curiosities about the topic of your choice. Implemented using Twilio Inc.'s APIs
https://github.com/realfranser/curiosity-app
python selenium twilio twilio-sms-api
Last synced: 3 months ago
JSON representation
This is an sms/what'up bot that texts back curiosities about the topic of your choice. Implemented using Twilio Inc.'s APIs
- Host: GitHub
- URL: https://github.com/realfranser/curiosity-app
- Owner: realfranser
- Created: 2021-07-23T08:07:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T08:08:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T22:52:54.215Z (4 months ago)
- Topics: python, selenium, twilio, twilio-sms-api
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootcamp App (curiosity app)
## Messaging Channel
This app uses Whats Up and SMS as the messaging channel via the phone number: +1 818 493 1751## How it works ?
When a client sends any message to the server, this sends a message asking for
what the client would like to learn about. The app provides 4 options:- Humanity: interesting fact about history, art, music, etc; selected typing h or H
- Technology: interesting fact about technology and science, selected typing t or T
- Nature: interesting fact about nature, space, cosmos selected typing n or N
- Random: interesting random facts about everything> Other inputs are also valid such as Tech, technology, random, etc
## Flowchart
![]()
## Other
Database created using selenium, used to scrape webpages related to the topics mentioned above