Skip to content

yutapok/webapi-falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

webapi-falcon

Simple web api

  • run falcon
   gunicorn -b 0.0.0.0:8000 swooping:app

  • request
   e.x)
   $ curl http://example.com:8000/hook.pokkun.rss-update -X POST -d '{"text" : "tweet:urls"}'
   $ {"tw_status": 200}
   ---> tweet somthing thorough twitter developers api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages