Skip to content

MillburnHacks/sponsorbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sponsorbot

WARNING: do not use sponsorbot yet. It does not keep track of which businesses have been contacted, so it's possible that a business can be emailed multiple times, which would annoy them.

Sometimes, it's hard to find sponsors for a hackathon. This bot scans through online sources to find companies and their contact info, and then emails them about sponsoring a hackathon.

Before using Sponsorbot, you have to run a quick setup by running npm run init

To email restaurants in NYC, run:

node . --query "restaurant" --latitude=40.7128 --longitude=-74.0059

If you want to email a specific company and have their website, run:

node . --url "google.com" --name "Google"

It will ask for your Gmail password so that it can send some emails. It doesn't save your password or show it, so it's safe.

About

Finds sponsors and emails them automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published