Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 686 Bytes

twitter-cfp-bot

Purpose

A Twitter bot that watches for CFP announcements from conferences and re-broadcasts to followers, forming a centralized place for speakers to go when looking for conference speaking opportunities.

Roadmap

The project roadmap is detailed in ROADMAP.md.

Contributing

The guidelines for contributing can be found in the CONTRIBUTING.md file.

Developing

Run git update-index --assume-unchanged config.ts to ignore changes to the config file. git update-index --no-assume-unchanged config.ts will start tracking them again if needed. Add config variables to config file. Run npm start to run the app