Skip to content

innainu/climatechangebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climatechangebot

Vagrant and ansible playbook taken from: https://github.com/paste/fvang

To run app:

$ vagrant provision
$ ngrok http -host-header=rewrite 192.168.33.11:80
$ python app.py

Visit the page on localhost or using ngrok. Add testing webhook to Facebook webhooks.

Connect to db example:

Tutorial: https://api.mongodb.com/python/current/tutorial.html

from pymongo import MongoClient
client = MongoClient()
client.database_names()
mongo = client.app
mongo.db.users.find_one()

DigitalOcean Release Notes

To do:

  1. Continuous rive improvement
  2. Email notification about errors on prod
  3. Code refactor
  4. Install better mongo Ansible role: https://galaxy.ansible.com/greendayonfire/mongodb/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published