Welcome to the Research Tools repository. This project is designed to provide a collection of community-created and curated research tools and links, accessible via a web interface.
You can access the live version of this project at researchtools.net.
Research resources, guides, and tool repositories are available at Irregularpedia.org.
To get started with this repository, follow these steps:
-
Clone the Repository:
git clone https://github.com/gitayam/researchtoolspy.git cd researchtoolspy
-
Create a
.env
File:Create a
.env
file from the provided template example. This file should contain your environment variables, such as API keys and other configuration settings. -
Build and Run with Docker Compose:
Ensure you have Docker and Docker Compose installed. Then, build and run the application using:
# Build the Docker image and run the container in detached mode docker compose up -d --build
This will start the application on the default port specified in the
docker-compose.yml
file.
- Sidebar Navigation: Access various research tools and frameworks through an intuitive sidebar menu.
- CSV/JSON Conversion: Convert data formats easily.
- Advanced Query Generation: Use AI to generate advanced search queries.
- Frameworks for Analysis: Tools for structured analysis, including COG Analysis, SWOT, and more.
- Wayback Tool: Access archived web pages for historical research.
- Image Search & Hashing: Find and analyze images across various platforms.
To use the social media downloader, you need to set up authentication for each platform. Follow the instructions below to obtain the necessary tokens and cookies.
- Cookies:
- Use a browser extension like "EditThisCookie" to export your Instagram cookies.
- Log in to Instagram in your browser.
- Open the extension and copy the cookies for
mid
,ig_did
,csrftoken
,ds_user_id
, andsessionid
. - Paste these values into the
CREDENTIALS
dictionary in your code.
-
Create a Reddit App:
- Go to Reddit Apps.
- Click "Create App" or "Create Another App".
- Fill in the required fields. Set the app type to "script".
- Note down the
client_id
andclient_secret
.
-
Obtain a Refresh Token:
- Use a tool like praw's quickstart to authenticate and obtain a refresh token.
- Update the
CREDENTIALS
dictionary with these values.
-
Create a Twitter Developer Account:
- Apply for a developer account at Twitter Developer.
- Create a new app in the developer portal.
-
Obtain OAuth Tokens:
- Navigate to the "Keys and Tokens" section of your app.
- Generate and note down the
auth_token
andct0
. - Update the
CREDENTIALS
dictionary with these values.
-
Enable YouTube Data API:
- Go to Google Cloud Console.
- Create a new project and enable the YouTube Data API v3.
-
Obtain OAuth Credentials:
- Navigate to "Credentials" and create an OAuth 2.0 Client ID.
- Download the credentials JSON file.
- Use a tool like Google's OAuth Playground to obtain an access token.
- Run
pnpm run token:youtube
in yourapi
folder to generate the token and update theCREDENTIALS
dictionary.
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push your branch to your fork.
- Open a pull request with a detailed description of your changes.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
For future plans and features, please refer to our Roadmap.
This project is licensed under the MIT License. See the LICENSE file for details.