Skip to content

bit-shift-io/seeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeker

AI agent that searches for relevant posts and responds.

Supports:

  • Facebook

Install

pip install -r requirements.txt

Copy and rename .env.example and setup as required.

Facebook Access Token

https://developers.facebook.com/tools/explorer/

"Generate Access Token"

Copy and past into .env

Develop

python3 -m venv .venv source .venv/bin/activate python main.py

Resources

http://blog.pamelafox.org/2022/09/how-i-setup-python-project.html

https://stackoverflow.com/questions/22868139/how-to-get-all-content-posted-by-a-facebook-group-using-graph-api

https://facepy.readthedocs.io/en/latest/

Facebook permissions https://stackoverflow.com/questions/9139671/can-you-read-a-groups-feed-in-facebook-using-the-graph-api

Playwright FB scrape https://github.com/eslamaboushashaa/scrape-facebook-by-playwright

Another group scrapper https://www.reddit.com/r/webscraping/comments/qqa81y/i_found_a_way_to_scrape_any_facebook_groups_posts/

About

AI agent that searches for relevant posts and responds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages