Giter Site home page Giter Site logo

mufonbot's Introduction

Hello! ๐Ÿ‘‹

  • ๐Ÿ’ป Software Engineer in Philadelphia, PA
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐Ÿ˜„ Pronouns: he/him

mufonbot's People

Contributors

actions-user avatar mattroumaya avatar

Stargazers

 avatar

Forkers

nwlynch

mufonbot's Issues

include NUFORC?

Obviously different configuration needed - incorporate with MUFON bot or prop up another bot?

Database

include attachments

There is an attachments column on the MUFON site. It'd be very cool to post one (multiple?) photos at least in a tweet where there is an attachment.

Hopefully will be possible to implement with something like Hadley's solution here

e.g., with .png or .jpg

page %>%
  html_nodes("a") %>%       # find all links
  html_attr("href") %>%     # get the url
  str_subset("\\.xlsx") %>% # find those that end in xlsx
  .[[1]]                    # look at the first one

add hashtag for city

At the end of the tweet, substring the city field to reach a wider audience and paste/glue as a hashtag. What if someone else saw the same thing and it popped up on Twitter?!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.