Skip to content

Code written in Golang which uses Prosper API to find microloans that match loan criteria

License

Notifications You must be signed in to change notification settings

bhatia4/NeoTrade-MicroloansFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoTrade-MicroloansFilter

Batch code written in Golang which uses Prosper API to find microloans that match loan criteria. For Prosper API I use bhatia4/gofn-prosper (https://github.com/bhatia4/gofn-prosper) which is modified fork from mtlynch/gofn-prosper

It also uses Twilio API to send text messages on loans found.

Used the following standard library go packages:

  • time - displaying dates as well as manipulating date/time objects
  • os - for operating system functionality such as accessing command line arguments and outputing to standard error file descriptors etc.
  • strconv - only to code integer to string object conversions
  • encoding/json - to implement unmarshalling of JSON data

About

Code written in Golang which uses Prosper API to find microloans that match loan criteria

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published