=IMPORTXML("https://twitter.com/intent/user?screen_name=benjam1n", "(//dd[@class='count']//a)[1]")
=IMPORTXML("https://twitter.com/intent/user?screen_name=benjam1n", "(//dd[@class='count']//a)[2]")
| # Manus AI Assistant Capabilities | |
| ## Overview | |
| I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries. | |
| ## General Capabilities | |
| ### Information Processing | |
| - Answering questions on diverse topics using available information | |
| - Conducting research through web searches and data analysis |
I hereby claim:
To claim this, I am signing this object:
| # ENVs | |
| # HEROKU_API_KEY | |
| # HEROKU_APP_NAME | |
| # Gemfile | |
| # gem 'heroku-api' | |
| # config/initializers/heroku.rb | |
| unless (app_name = ENV["HEROKU_APP_NAME"]).nil? | |
| require 'heroku-api' |
| #!/bin/bash | |
| set -o errexit | |
| # Author: David Underhill | |
| # Script to permanently delete files/folders from your git repository. To use | |
| # it, cd to your repository's root and then run the script with a list of paths | |
| # you want to delete, e.g., git-delete-history path1 path2 | |
| # or e.g. $ bash git-delete-history.sh config/initializers/secret_token.rb | |
| if [ $# -eq 0 ]; then |