dotabap / dotabap-validator

Validate and enrich dotabap list
http://dotabap.org
MIT License
3 stars 1 forks source link

twitter integration #21

Open larshp opened 6 years ago

larshp commented 6 years ago

https://twitter.com/dotabap

algorithm: 1: for each entry in the json list 2: check if there is an existing tweet for it 3: if no existing tweet, tweet it

@tricktresor

tricktresor commented 6 years ago

Wouldn‘t it be easier if there was a form on dotabap.org to add a new project? In this form could be an option to twitter about the project. Maybe simply add a twitter link to every project so that everyone could twitter about the project (kudos, suggestions, questions, ...)

larshp commented 6 years ago

there is no database, everything is static pages served by github, updated daily via travis

the list is: https://github.com/dotabap/dotabap-list/blob/master/list.json

tricktresor commented 6 years ago

Yes. Got that. Isn‘t it possible to a add an entry to the list programatically?

tricktresor commented 6 years ago

https://developer.github.com/v3/repos/contents/#update-a-file

larshp commented 6 years ago

yeah, but it requires a key, which basically means anyone can change the file to anything