Skip to content

luobogor/twitter-gpts-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter GPTs Crawler

English | 中文

Crawls GPTs links from Twitter based on tweety. It is recommended to use it in conjunction with Gpts Detail Crawler to crawl GPTs detail page data.

★ Powered by GPTsHappy.tools

GPTsHunter

Installation

pip3 install requests
pip3 install tweety-ns

Configure

  • ConfigEdit User: the login method in index.py to configure your Twitter account and password, or use other methods to log in.

  • Config Proxy: If you need to use a proxy, modify the PROXY_SERVER variable in index.py.

Start

Crawl the latest GPTs data. It will crawl one day's data starting from the current day. The cursor parameter is optional:

python3 index.py [cursor]

Crawl by date range. The end date must be one day later than the start date. The cursor parameter is optional:

python3 index.py 2023-12-01 2023-12-05 [cursor]

Output example:

https://chat.openai.com/g/g-alKfVrz9K-canva
https://chat.openai.com/g/g-2fkFE8rbu-dall-e

About

Crawls GPTs links from Twitter based on tweety

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages