37 lines
1.0 KiB
Bash
37 lines
1.0 KiB
Bash
|
|
|
|
#python -m venv /venv
|
|
#! source /venv
|
|
. /venv/bin/activate
|
|
pip install python-telegram-bot requests selenium Pillow
|
|
|
|
|
|
pip freeze > requirements.txt
|
|
|
|
pip install ....
|
|
|
|
|
|
|
|
cd agent-py-bot/
|
|
|
|
|
|
# ToDo
|
|
make the telegram bot think while getting the response
|
|
|
|
/ask who are you
|
|
/ai test
|
|
/ask how to print numbers 1 to 100 in python? mark your answers in python code blocks
|
|
|
|
|
|
|
|
|
|
# prompts
|
|
in python, create an app that will search for a news about a specific topic on time based interval (it should be possible to also subscribe to updates). The information sources should be versatile and flexible - we can use web search engines, reddit, twitter, YouTube latest videos transcriptions and of course known news and info websites. All found information will be stored on separate folder and then we'll use LLM to summarize all of it in a simple trend. a log of all the summaries will be appended each interval
|
|
|
|
|
|
|
|
# devika
|
|
create new homepage for memecoin. look at https://donk.meme/ for inspiration about functionality. but the design should be novel.
|
|
|
|
|