Giter Site home page Giter Site logo

bot-tutorial-nodejs's People

Contributors

petemcgrath avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bot-tutorial-nodejs's Issues

Create a Python parallel for this repository (or use mine!)

I have worked a lot recently with building my own Python-based GroupMe bots. I think it would be great for this GroupMe GitHub organization to have another repository showing a Python implementation. Perhaps ruby too.

Fortunately, I have taken the liberty of making such a repository: https://github.com/ErikBoesen/bot-tutorial-python

I would love it if I could transfer that repository to the GroupMe GitHub organization. Please let me know if this would be possible!

Foreman install/setup instructions

Very last step says to run the command foreman start every time I do this my PC gives me an error despite having the bot ID correctly set up.

I tried installing the following node package with no luck: https://github.com/strongloop/node-foreman

I'm a bit lost here ๐Ÿ˜ž I managed to get it to work on heroku but I'd very much like to run this locally while I code for it. Please let me know if I missed something obvious here.

empty repository

when trying to clone to local machine after setting up bot, the following appears:

warning: You appear to have cloned an empty repository.

What is the API for mentioning users with a bot?

What is the API for mentioning users with a bot?

I'm trying to mention specific users with a bot, but I am unable to do so. I am trying the below POST message body but the user isn't mentioned.

await axios({
      method: "post",
      url: GROUPME_API,
      data: {
        bot_id: botName,
        text: " - you've been mentioned!",
        attachments: [
          {
            type: "mentions",
            user_ids: [1234, 4567],
            loci: [[0, 0]],
          },
        ],
      },
    })

I am expecting the above to send a message: @user - you've been mentioned! but the @user is not being added.

no source files show up after trying to clone the heroku project for local modification

I think I followed the tutorial exactly, but when I executed:
"heroku git:clone MY_APP_NAME"

I ended up not getting any source files and instead saw this message:
"warning: You appear to have cloned an empty repository."

any ideas what could be causing this?

also very new to this stuff, what do i need to install to run foreman? (I'm on a Mac)

thanks!

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.