Skip to content

Instantly share code, notes, and snippets.

View Abeansits's full-sized avatar
🙃
...

Sebastian Abeansits

🙃
...
View GitHub Profile
@jlia0
jlia0 / agent loop
Last active May 9, 2025 02:13
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@emilkaiser
emilkaiser / booli.py
Created August 24, 2012 08:32
Booli API Python
import httplib
import time
from hashlib import sha1
import random
import string
import json
callerId = "YOUR_CALLER_ID"
timestamp = str(int(time.time()))
unique = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(16))