https://github.com/alexzaitsev/hampi
Hampi is a Facebook bot that helps you to track your favourite news in Twitter
https://github.com/alexzaitsev/hampi
bot facebook-messenger-bot
Last synced: about 1 year ago
JSON representation
Hampi is a Facebook bot that helps you to track your favourite news in Twitter
- Host: GitHub
- URL: https://github.com/alexzaitsev/hampi
- Owner: alexzaitsev
- Created: 2018-02-18T07:48:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T08:17:00.000Z (over 8 years ago)
- Last Synced: 2025-02-13T09:22:53.320Z (over 1 year ago)
- Topics: bot, facebook-messenger-bot
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hampi
Hampi is a Facebook bot that helps you to track your favourite news in Twitter. You can subscribe to any phrase or hashtag and Hampi will deliver new tweets that meet your patters each hour.

The whole project consists of the next parts:
* bot module (you are here)
* [cron module](https://github.com/alexzaitsev/hampi-cron)
* mongodb database
* botanalytics account
* Twitter account
* Facebook page
Below you may find extended description for each point.
## Bot module
It's written on Javascript without any bot frameworks (such as Microsoft Bot Framework or Chatfuel). Optimized to be run on the Heroku (be sure that you use at least hobby duno for it). The only setup is needed is to edit [config](https://github.com/alexzaitsev/hampi/blob/master/routes/config.json) file.
## Cron module
Performs tweets search and sends them to users according to their prefereces.
## Mongodb database
Mongodb credentials unfortunately are lost therefore I cannot provide you the sample of the database.
## Others
Just create your Facebook page, setup it according to the docs. Create application in your Twitter account and profide necessary information in config. Create Botanalytics account and provide token in the [config](https://github.com/alexzaitsev/hampi/blob/master/routes/config.json) file.